Condividi tramite


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.

Gerarchia di ereditarietà

System.Object
  Microsoft.ReportingServices.ReportRendering.ReportSize

Spazio dei nomi  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class ReportSize
'Utilizzo
Dim instance As ReportSize
public sealed class ReportSize
public ref class ReportSize sealed
[<SealedAttribute>]
type ReportSize =  class end
public final class ReportSize

Nel tipo ReportSize sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ReportSize Initializes a new instance of the ReportSize object with the given size string.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToCentimeters Converts the report size length to centimeters.
Metodo pubblico ToInches Converts the report size length to inches.
Metodo pubblico ToMillimeters Converts the length to millimeters.
Metodo pubblico ToPoints Converts the report size length to points.
Metodo pubblico ToString Converts the size to a string value, as expressed in the report definition. Esegue l'override di Object.ToString().

In alto

Osservazioni

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

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.ReportRendering