Compartir a través de


Clase MapSize

Represents the size of a map viewport, map title, map legend, map distance scale, or map color scale.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.MapSize

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public NotInheritable Class MapSize
'Uso
Dim instance As MapSize
public sealed class MapSize
public ref class MapSize sealed
[<SealedAttribute>]
type MapSize =  class end
public final class MapSize

El tipo MapSize expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Height Gets the height.
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública Unit Gets the unit of measure to be used for both the height and the width.
Propiedad pública Width Gets the width.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público 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