PageCollection Class

Definition

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

public ref class PageCollection sealed
public sealed class PageCollection
type PageCollection = class
Public NotInheritable Class PageCollection
Inheritance
PageCollection

Properties

Count

Gets the number of pages rendered so far.

Item[Int32]

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.

Methods

Add(Page)

Renders the specified Page and stores the results as the last page in the collection.

Clear()

Clears any stored rendering results from the collection.

Insert(Int32, Page)

Inserts the specified page into the collection at the point specified by the index.

RemoveAt(Int32)

Removes a page from the collection found at the location specified by the index.

Applies to