Compartir a través de


TablixInstance.LeftMargin Propiedad

Gets the evaluated 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 ReportSize 
    Get
'Uso
Dim instance As TablixInstance 
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.OnDemandReportRendering.ReportSize
Returns ReportSize.

Vea también

Referencia

TablixInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering