Partilhar via


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

Hierarquia de herança

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering..::..ReportSize

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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

O tipo ReportSize expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ReportSize Initializes a new instance of the ReportSize object with the given size string.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado 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. (Substitui Object. . :: . .ToString() () () ().)

Início

Comentários

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

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.