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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.MapLimits
A MapLimits object.

请参阅

参考

MapViewport 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间