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