Partager via


Propriété DynamicHeight

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property DynamicHeight As ReportSizeProperty
    Get
'Utilisation
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