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