MapViewport.MapLimits 属性

Gets the limits of a map viewport.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property MapLimits As MapLimits
    Get
用法
Dim instance As MapViewport
Dim value As MapLimits

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