Udostępnij przez


Właściwość ChartElementPosition.Left

Pobiera wyrażenie odległość element z lewej strony obiektu zawierającego procentowo w stosunku do kontener.

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

Składnia

'Deklaracja
Public ReadOnly Property Left As ReportDoubleProperty
    Get
'Użycie
Dim instance As ChartElementPosition
Dim value As ReportDoubleProperty

value = instance.Left
public ReportDoubleProperty Left { get; }
public:
property ReportDoubleProperty^ Left {
    ReportDoubleProperty^ get ();
}
member Left : ReportDoubleProperty
function get Left () : ReportDoubleProperty