PageCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of Page objects. This class cannot be inherited.
The PageCollection type exposes the following members.
Methods
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.) |
![]() |
Finalize() | (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. |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
RemoveAt(Int32) | Removes a page from the collection found at the ___location specified by the index. |
![]() |
ToString() | (Inherited from Object.) |
Top
Properties
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. |
Top