Compartir a través de


Clase ReportSize

Represents a unit of length on the report. The class contains methods to convert the length into several formats. This class cannot be inherited.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.ReportRendering.ReportSize

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

Sintaxis

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

El tipo ReportSize expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ReportSize Initializes a new instance of the ReportSize object with the given size string.

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 ToCentimeters Converts the report size length to centimeters.
Método público ToInches Converts the report size length to inches.
Método público ToMillimeters Converts the length to millimeters.
Método público ToPoints Converts the report size length to points.
Método público ToString Converts the size to a string value, as expressed in the report definition. (Invalida Object.ToString().)

Arriba

Comentarios

If a report item is within a container that grows, IsFullSize evaluates to true and the item should be stretched to fill the container.

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.ReportRendering