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 center of a map viewport based on an arbitrary point.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property MapView As MapView
Get
Set
'Usage
Dim instance As MapViewport
Dim value As MapView
value = instance.MapView
instance.MapView = value
public MapView MapView { get; set; }
public:
property MapView^ MapView {
MapView^ get ();
void set (MapView^ value);
}
member MapView : MapView with get, set
function get MapView () : MapView
function set MapView (value : MapView)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.MapView
A MapView object.