Compartilhar via


Membros PageCollection

Represents a collection of Page objects. This class cannot be inherited.

O tipo PageCollection expõe os seguintes membros.

Métodos

  Nome Descrição
Método público Add Renders the specified Page and stores the results as the last page in the collection.
Método público Clear Clears any stored rendering results from the collection.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público Insert Inserts the specified page into the collection at the point specified by the index.
Método protegido MemberwiseClone (Herdado de Object.)
Método público RemoveAt Removes a page from the collection found at the location specified by the index.
Método público ToString (Herdado de Object.)

Início

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of pages rendered so far.
Propriedade pública Item Gets the specified Page object from the collection at the specified index. In C#, this property is the indexer for the PageCollection class.
Propriedade pública TotalCount Gets or sets the total number of pages in a report.

Início