Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the limits of a map viewport.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property MapLimits As MapLimits
Get
Set
'Usage
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)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.MapLimits
A MapLimits object.