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 | |
---|---|---|
Count | Gets the number of pages rendered so far. | |
Item | Gets the specified Page object from the collection at the specified index. In C#, this property is the indexer for the PageCollection class. | |
TotalCount | Gets or sets the total number of pages in a report. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Add | Renders the specified Page and stores the results as the last page in the collection. | |
Clear | Clears any stored rendering results from the collection. | |
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
Insert | Inserts the specified page into the collection at the point specified by the index. | |
MemberwiseClone | (hérité de Object.) | |
RemoveAt | Removes a page from the collection found at the location specified by the index. | |
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.