StartWidth 屬性
Width of the range at the start, as a percentage of the size of the scale.
命名空間: 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< (Of < ( <'Double> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.