MapViewport.MapView Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the center of a map viewport based on an arbitrary point.
public:
property Microsoft::ReportingServices::RdlObjectModel::MapView ^ MapView { Microsoft::ReportingServices::RdlObjectModel::MapView ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::MapView ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.MapView MapView { get; set; }
member this.MapView : Microsoft.ReportingServices.RdlObjectModel.MapView with get, set
Public Property MapView As MapView
Property Value
A MapView object.