Элементы 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.

В начало