LeftMargin プロパティ

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

左余白。

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

構文

'宣言
Public Property LeftMargin As ReportExpression(Of Integer)
    Get
    Set
'使用
Dim instance As ChartLegendCustomItemCell
Dim value As ReportExpression(Of Integer)

value = instance.LeftMargin

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

プロパティ値

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