MapViewport.MapLimits Property

Gets the limits of a map viewport.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property MapLimits As MapLimits 
    Get
'Usage
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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.MapLimits
A MapLimits object.

See Also

Reference

MapViewport Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace