Compartir a través de


Rectangle.Left Propiedad

Gets the distance from the rectangle to the left side of the container.

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

Sintaxis

'Declaración
Public Overrides ReadOnly Property Left As ReportSize 
    Get
'Uso
Dim instance As Rectangle 
Dim value As ReportSize 

value = instance.Left
public override ReportSize Left { get; }
public:
virtual property ReportSize^ Left {
    ReportSize^ get () override;
}
abstract Left : ReportSize 
override Left : ReportSize
override function get Left () : ReportSize

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object.

Vea también

Referencia

Rectangle Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering