Compartir a través de


ChartElementPositionInstance.Left Propiedad

Gets the calculated value of the Left property in a ChartElementPosition class.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Left As Double 
    Get
'Uso
Dim instance As ChartElementPositionInstance 
Dim value As Double 

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

Valor de la propiedad

Tipo: System.Double
A double value that represents the calculated value of the Left property.

Vea también

Referencia

ChartElementPositionInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering