スケール サイズの割合で示した、開始位置での範囲の幅。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property StartWidth As ReportExpression(Of Double)
Get
Set
'使用
Dim instance As ScaleRange
Dim value As ReportExpression(Of Double)
value = instance.StartWidth
instance.StartWidth = value
public ReportExpression<double> StartWidth { get; set; }
public:
property ReportExpression<double> StartWidth {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member StartWidth : ReportExpression<float> with get, set
function get StartWidth () : ReportExpression<double>
function set StartWidth (value : ReportExpression<double>)
プロパティ値
型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
ReportExpression<T> オブジェクト。