Freigeben über


PageCollection-Klasse

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

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.ReportRendering.PageCollection

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

Syntax

'Declaration
Public NotInheritable Class PageCollection
'Usage
Dim instance As PageCollection
public sealed class PageCollection
public ref class PageCollection sealed
[<SealedAttribute>]
type PageCollection =  class end
public final class PageCollection

Der PageCollection-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of pages rendered so far.
Öffentliche Eigenschaft Item Gets the specified Page object from the collection at the specified index. In C#, this property is the indexer for the PageCollection class.
Öffentliche Eigenschaft TotalCount Gets or sets the total number of pages in a report.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add Renders the specified Page and stores the results as the last page in the collection.
Öffentliche Methode Clear Clears any stored rendering results from the collection.
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode Insert Inserts the specified page into the collection at the point specified by the index.
Öffentliche Methode RemoveAt Removes a page from the collection found at the location specified by the index.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.ReportRendering-Namespace