Compartir a través de


Tablix.LeftMargin Propiedad

Gets the width of the left margin.

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 Tablix 
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
Returns ReportSizeProperty.

Vea también

Referencia

Tablix Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering