Compartir a través de


Left Propiedad

Gets the calculated value of the Left property in a GaugePanelItem 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 GaugePanelItemInstance
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.