Compartir a través de


MapDistanceScale.Instance Propiedad

Gets the report instance object that contains the calculated values of this report definition object.

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

Sintaxis

'Declaración
Public ReadOnly Property Instance As MapDistanceScaleInstance 
    Get
'Uso
Dim instance As MapDistanceScale 
Dim value As MapDistanceScaleInstance 

value = instance.Instance
public MapDistanceScaleInstance Instance { get; }
public:
property MapDistanceScaleInstance^ Instance {
    MapDistanceScaleInstance^ get ();
}
member Instance : MapDistanceScaleInstance
function get Instance () : MapDistanceScaleInstance

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapDistanceScaleInstance
A MapDistanceScaleInstance object.

Vea también

Referencia

MapDistanceScale Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering