Condividi tramite


Proprietà MapSubItem.LeftMargin

Gets the left margin for the subitem.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property LeftMargin As ReportSizeProperty 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

MapSubItem Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering