Condividi tramite


Proprietà Left

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

Spazio dei nomi:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

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