Элементы PageCollection
Represents a collection of Page objects. This class cannot be inherited.
Тип PageCollection предоставляет доступ к следующим элементам.
Методы
| Имя | Описание | |
|---|---|---|
![]() |
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 | (Наследуется из Object.) |
![]() |
Finalize | (Наследуется из Object.) |
![]() |
GetHashCode | (Наследуется из Object.) |
![]() |
GetType | (Наследуется из Object.) |
![]() |
Insert | Inserts the specified page into the collection at the point specified by the index. |
![]() |
MemberwiseClone | (Наследуется из Object.) |
![]() |
RemoveAt | Removes a page from the collection found at the location specified by the index. |
![]() |
ToString | (Наследуется из Object.) |
В начало
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
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. |
В начало
См. также
.gif)
.gif)
.gif)