Freigeben über


Left-Eigenschaft

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

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

Syntax

'Declaration
Public Overrides ReadOnly Property Left As ReportSize
    Get
'Usage
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