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