Compartir a través de


MapSubItem.LeftMargin Propiedad

Gets the left margin for the subitem.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property LeftMargin As ReportSizeProperty 
    Get
'Uso
Dim instance As MapSubItem 
Dim value As ReportSizeProperty 

value = instance.LeftMargin
public ReportSizeProperty LeftMargin { get; }
public:
property ReportSizeProperty^ LeftMargin {
    ReportSizeProperty^ get ();
}
member LeftMargin : ReportSizeProperty
function get LeftMargin () : ReportSizeProperty

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object that represents the left margin for the subitem.

Vea también

Referencia

MapSubItem Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering