Propriedade do RDL LeftMargin
Gets the left margin for the subitem.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSizeProperty
A ReportSizeProperty object.
Consulte também