EndWidth プロパティ
スケール サイズの割合で示した、開始位置での範囲の幅。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property EndWidth As ReportDoubleProperty
Get
'使用
Dim instance As ScaleRange
Dim value As ReportDoubleProperty
value = instance.EndWidth
public ReportDoubleProperty EndWidth { get; }
public:
property ReportDoubleProperty^ EndWidth {
ReportDoubleProperty^ get ();
}
member EndWidth : ReportDoubleProperty
function get EndWidth () : ReportDoubleProperty