Partager via


Propriété MapLimits

Gets the limits of a map viewport.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property MapLimits As MapLimits
    Get
    Set
'Utilisation
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)