Map.MapDistanceScale Property
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapDistanceScale
A MapDistanceScale object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace