Compartir a través de


Map.MapDistanceScale Propiedad

Gets the distance scale for the map.

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

Sintaxis

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

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

Valor de la propiedad

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

Vea también

Referencia

Map Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering