Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the center of a map viewport based on an arbitrary point.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.ReportingServices.RdlObjectModel.MapView
A MapView object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel