Partilhar via


Propriedade Position

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property Position As Double
    Get
'Uso
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

Valor da propriedade

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