Freigeben über


Map.MapDistanceScale-Eigenschaft

Gets the distance scale for the map.

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

Syntax

'Declaration
Public ReadOnly Property MapDistanceScale As MapDistanceScale 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

Map Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace