Freigeben über


MapViewport.MapLimits-Eigenschaft

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

Eigenschaftswert

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

Siehe auch

Verweis

MapViewport Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace