Partager via


Propriété MapViewport.MapView

Gets the center of a map viewport based on an arbitrary point.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property MapView As MapView 
    Get
'Utilisation
Dim instance As MapViewport 
Dim value As MapView 

value = instance.MapView
public MapView MapView { get; }
public:
property MapView^ MapView {
    MapView^ get ();
}
member MapView : MapView
function get MapView () : MapView

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.MapView
A MapView object.

Voir aussi

Référence

MapViewport Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering