Partager via


Classe PageCollection

Represents a collection of Page objects. This class cannot be inherited.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering..::..PageCollection

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

Syntaxe

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

Le type PageCollection expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Count Gets the number of pages rendered so far.
Propriété publique Item Gets the specified Page object from the collection at the specified index. In C#, this property is the indexer for the PageCollection class.
Propriété publique TotalCount Gets or sets the total number of pages in a report.

Haut de la page

Méthodes

  Nom Description
Méthode publique Add Renders the specified Page and stores the results as the last page in the collection.
Méthode publique Clear Clears any stored rendering results from the collection.
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 publique Insert Inserts the specified page into the collection at the point specified by the index.
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique RemoveAt Removes a page from the collection found at the location specified by the index.
Méthode publique ToString (hérité de Object.)

Haut de la page

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.