Sdílet prostřednictvím


Chart.DynamicHeight Property

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

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

Syntax

'Declaration
Public ReadOnly Property DynamicHeight As ReportSizeProperty 
    Get
'Usage
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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object.

See Also

Reference

Chart Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace