DynamicHeight Propiedad
Gets the height to which the chart should grow/shrink.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property DynamicHeight As ReportSizeProperty
Get
'Uso
Dim instance As Chart
Dim value As ReportSizeProperty
value = instance.DynamicHeight
public ReportSizeProperty DynamicHeight { get; }
public:
property ReportSizeProperty^ DynamicHeight {
ReportSizeProperty^ get ();
}
member DynamicHeight : ReportSizeProperty
function get DynamicHeight () : ReportSizeProperty
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSizeProperty
A ReportSizeProperty object.
Vea también