Свойство MapLimits

Gets the limits of a map viewport.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Property MapLimits As MapLimits
    Get
    Set
'Применение
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)

Значение свойства

Тип: Microsoft.ReportingServices.RdlObjectModel. . :: . .MapLimits
A MapLimits object.