共用方式為


Map.MapDistanceScale 屬性

Gets the distance scale for the map.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property MapDistanceScale As MapDistanceScale 
    Get
'用途
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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.MapDistanceScale
A MapDistanceScale object.

請參閱

參考

Map 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間