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 | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
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 | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
Insert | Inserts the specified page into the collection at the point specified by the index. | |
MemberwiseClone | (Herdado de Object.) | |
RemoveAt | Removes a page from the collection found at the location specified by the index. | |
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.