Partilhar via


Propriedade do RDL DynamicHeight

Gets an expression that evaluates to the height to which the chart should grow/shrink.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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