Partager via


Propriété LinearScaleInstance.Position

Gets the calculated value of the Position property in a LinearScale class.

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

Syntaxe

'Déclaration
Public ReadOnly Property Position As Double 
    Get
'Utilisation
Dim instance As LinearScaleInstance 
Dim value As Double 

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

Valeur de propriété

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

Voir aussi

Référence

LinearScaleInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering