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

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public NotInheritable Class ReportSize
'Utilisation
Dim instance As ReportSize
public sealed class ReportSize
public ref class ReportSize sealed
[<SealedAttribute>]
type ReportSize =  class end
public final class ReportSize

Le type ReportSize expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ReportSize Initializes a new instance of the ReportSize object with the given size string.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToCentimeters Converts the report size length to centimeters.
Méthode publique ToInches Converts the report size length to inches.
Méthode publique ToMillimeters Converts the length to millimeters.
Méthode publique ToPoints Converts the report size length to points.
Méthode publique ToString Converts the size to a string value, as expressed in the report definition. (remplace Object. . :: . .ToString() () () ().)

Haut de la page

Notes

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.