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
名稱 | 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. |
頂端
Public Methods
(see also Protected Methods )
名稱 | 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 ) |
頂端
Protected Methods
名稱 | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
頂端
請參閱
參考
PageCollection Class
Microsoft.ReportingServices.ReportRendering Namespace