Partager via


Propriété GaugePanelItemInstance.Left

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Left As Double 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

GaugePanelItemInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering