Partilhar via


Classe PageCollection

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

Hierarquia de herança

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering..::..PageCollection

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public NotInheritable Class PageCollection
'Uso
Dim instance As PageCollection
public sealed class PageCollection
public ref class PageCollection sealed
[<SealedAttribute>]
type PageCollection =  class end
public final class PageCollection

O tipo PageCollection expõe os membros a seguir.

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

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

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.