PageCollection Members
Represents a collection of Page objects. This class cannot be inherited.
The following tables list the members exposed by the PageCollection type.
Public Properties
Nome | 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. |
Torna all'inizio
Public Methods
(see also Protected Methods )
Nome | 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 | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
Insert | Inserts the specified page into the collection at the point specified by the index. | |
ReferenceEquals | (inherited from Object ) | |
RemoveAt | Removes a page from the collection found at the location specified by the index. | |
ToString | (inherited from Object ) |
Torna all'inizio
Protected Methods
Nome | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Torna all'inizio
Vedere anche
Riferimento
PageCollection Class
Microsoft.ReportingServices.ReportRendering Namespace