Propriedade do RDL MapViewport.MapLimits
Gets the limits of a map viewport.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property MapLimits As MapLimits
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapLimits
A MapLimits object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering