Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the distance scale for the map.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property MapDistanceScale As MapDistanceScale
Get
Set
'Usage
Dim instance As Map
Dim value As MapDistanceScale
value = instance.MapDistanceScale
instance.MapDistanceScale = value
public MapDistanceScale MapDistanceScale { get; set; }
public:
property MapDistanceScale^ MapDistanceScale {
MapDistanceScale^ get ();
void set (MapDistanceScale^ value);
}
member MapDistanceScale : MapDistanceScale with get, set
function get MapDistanceScale () : MapDistanceScale
function set MapDistanceScale (value : MapDistanceScale)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.MapDistanceScale
A MapDistanceScale object.