Proprietà MapViewport.MapLimits

Gets the limits of a map viewport.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property MapLimits As MapLimits 
    Get 
    Set
'Utilizzo
Dim instance As MapViewport 
Dim value As MapLimits 

value = instance.MapLimits

instance.MapLimits = value
public MapLimits MapLimits { get; set; }
public:
property MapLimits^ MapLimits {
    MapLimits^ get ();
    void set (MapLimits^ value);
}
member MapLimits : MapLimits with get, set
function get MapLimits () : MapLimits 
function set MapLimits (value : MapLimits)

Valore proprietà

Tipo: Microsoft.ReportingServices.RdlObjectModel.MapLimits
A MapLimits object.

Vedere anche

Riferimento

MapViewport Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel