Compartir a través de


ScalePinInstance.Location Propiedad

Gets the calculated value of the Location property in a ScalePin class.

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

Sintaxis

'Declaración
Public ReadOnly Property Location As Double 
    Get
'Uso
Dim instance As ScalePinInstance 
Dim value As Double 

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

Valor de la propiedad

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

Vea también

Referencia

ScalePinInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering