Compartilhar via


Propriedade do RDL MapViewport.MapView

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property MapView As MapView 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

MapViewport Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering