次の方法で共有


DynamicHeight プロパティ

グラフの高さの最大値または最小値に評価される式を取得します。

名前空間:  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