ChartInstance.DynamicWidth プロパティ
Chart クラスの DynamicWidth プロパティの計算値を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property DynamicWidth As ReportSize
Get
'使用
Dim instance As ChartInstance
Dim value As ReportSize
value = instance.DynamicWidth
public ReportSize DynamicWidth { get; }
public:
property ReportSize^ DynamicWidth {
ReportSize^ get ();
}
member DynamicWidth : ReportSize
function get DynamicWidth () : ReportSize
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
DynamicWidth プロパティの計算値を表す ReportSize 値。