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 | |
---|---|---|
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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
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 | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
Insert | Inserts the specified page into the collection at the point specified by the index. | |
RemoveAt | Removes a page from the collection found at the location specified by the index. | |
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.