Udostępnij przez


Właściwość Rectangle.Left

Pobiera odległość od prostokąt po lewej stronie kontener.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public Overrides ReadOnly Property Left As ReportSize
    Get
'Użycie
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