Compartir a través de


LeftMargin Propiedad

Gets the width of the left margin.

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

Sintaxis

'Declaración
Public ReadOnly Property LeftMargin As ReportSize
    Get
'Uso
Dim instance As Report
Dim value As ReportSize

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.ReportRendering. . :: . .ReportSize
A ReportSize object containing the width of the margin on the left side.