StartMargin プロパティ

ゲージ サイズの割合で示した、ゲージの開始位置からスケールの開始位置までの距離。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property StartMargin As ReportExpression(Of Double)
    Get
    Set
'使用
Dim instance As LinearScale
Dim value As ReportExpression(Of Double)

value = instance.StartMargin

instance.StartMargin = value
public ReportExpression<double> StartMargin { get; set; }
public:
property ReportExpression<double> StartMargin {
    ReportExpression<double> get ();
    void set (ReportExpression<double> value);
}
member StartMargin : ReportExpression<float> with get, set
function get StartMargin () : ReportExpression<double>
function set StartMargin (value : ReportExpression<double>)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Double> ) > ) >
ReportExpression<(Of <(<'T>)>)> オブジェクトです。