Compartilhar via


Propriedade do RDL Rectangle.Left

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

Rectangle Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering