Compartir a través de


MapSubItem.LeftMargin Propiedad

Gets or sets the left margin for the subitem.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property LeftMargin As ReportExpression(Of ReportSize)
    Get 
    Set
'Uso
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>)

Valor de la propiedad

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

Vea también

Referencia

MapSubItem Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel