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