PageCollection Members

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

The following tables list the members exposed by the PageCollection type.

Public Properties

  Name Description
ms162686.pubproperty(en-US,SQL.90).gif Count Gets the number of pages rendered so far.
ms162686.pubproperty(en-US,SQL.90).gif Item Gets the specified Page object from the collection at the specified index. In C#, this property is the indexer for the PageCollection class.
ms162686.pubproperty(en-US,SQL.90).gif TotalCount Gets or sets the total number of pages in a report.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms162686.pubmethod(en-US,SQL.90).gif Add Renders the specified Page and stores the results as the last page in the collection.
ms162686.pubmethod(en-US,SQL.90).gif Clear Clears any stored rendering results from the collection.
ms162686.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms162686.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms162686.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms162686.pubmethod(en-US,SQL.90).gif Insert Inserts the specified page into the collection at the point specified by the index.
ms162686.pubmethod(en-US,SQL.90).gifms162686.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms162686.pubmethod(en-US,SQL.90).gif RemoveAt Removes a page from the collection found at the location specified by the index.
ms162686.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms162686.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms162686.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

PageCollection Class
Microsoft.ReportingServices.ReportRendering Namespace