Share via


MapSubItem.LeftMargin Property

Gets or sets the left margin for the subitem.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property LeftMargin As ReportExpression(Of ReportSize)
    Get 
    Set
'Usage
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>)

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportSize>
A ReportExpression<T> object.

See Also

Reference

MapSubItem Class

Microsoft.ReportingServices.RdlObjectModel Namespace