Chart.DynamicHeight 属性

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

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property DynamicHeight As ReportSizeProperty 
    Get
用法
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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object.

请参阅

参考

Chart 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间