Compartir a través de


PageCollection Miembros

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

El tipo PageCollection expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Add Renders the specified Page and stores the results as the last page in the collection.
Método publico Clear Clears any stored rendering results from the collection.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método publico Insert Inserts the specified page into the collection at the point specified by the index.
Método protegido MemberwiseClone (Se hereda de Object).
Método publico RemoveAt Removes a page from the collection found at the location specified by the index.
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of pages rendered so far.
Propiedad 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.
Propiedad pública TotalCount Gets or sets the total number of pages in a report.

Principio