Clase MapLimits
Represents the limits of a map viewport.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.MapLimits
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public NotInheritable Class MapLimits
'Uso
Dim instance As MapLimits
public sealed class MapLimits
public ref class MapLimits sealed
[<SealedAttribute>]
type MapLimits = class end
public final class MapLimits
El tipo MapLimits expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
LimitToData | Indicates whether to limit the viewport to the data set. | |
MaximumX | Gets the maximum X value in map coordinates for a map viewport. | |
MaximumY | Gets the maximum Y value in map coordinates for a map viewport. | |
MinimumX | Gets the minimum X value in map coordinates for a map viewport. | |
MinimumY | Gets the minimum Y value in map coordinates for a map viewport. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering