Partager via


Propriété LeftMargin

Gets or sets the left margin for the subitem.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property LeftMargin As ReportExpression(Of ReportSize)
    Get
    Set
'Utilisation
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>)