PageCollection Class
Updated: February 25, 2016
Represents a collection of Page objects. This class cannot be inherited.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of pages rendered so far. |
![]() | Item[Int32] | 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. |
| Name | Description | |
|---|---|---|
![]() | Add(Page^) | 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(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Insert(Int32, Page^) | Inserts the specified page into the collection at the point specified by the index. |
![]() | RemoveAt(Int32) | Removes a page from the collection found at the location specified by the index. |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

