Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Gets or sets the center of a map viewport based on an arbitrary point.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property MapView As MapView
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel.MapView
A MapView object.