Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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