LeftMargin プロパティ
サブアイテムの左余白を取得します。値の設定も可能です。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property LeftMargin As ReportExpression(Of ReportSize)
Get
Set
'使用
Dim instance As MapSubItem
Dim value As ReportExpression(Of ReportSize)
value = instance.LeftMargin
instance.LeftMargin = value
public ReportExpression<ReportSize> LeftMargin { get; set; }
public:
property ReportExpression<ReportSize> LeftMargin {
ReportExpression<ReportSize> get ();
void set (ReportExpression<ReportSize> value);
}
member LeftMargin : ReportExpression<ReportSize> with get, set
function get LeftMargin () : ReportExpression<ReportSize>
function set LeftMargin (value : ReportExpression<ReportSize>)
プロパティ値
型: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'ReportSize> ) > ) >
ReportExpression<(Of <(<'T>)>)> オブジェクト。