共用方式為


LeftMargin 屬性

Gets or sets the left margin for the subitem.

命名空間:  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>)