共用方式為


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

  名稱 Description
ms162686.pubproperty(zh-tw,SQL.90).gif Count Gets the number of pages rendered so far.
ms162686.pubproperty(zh-tw,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(zh-tw,SQL.90).gif TotalCount Gets or sets the total number of pages in a report.

頂端

Public Methods

(see also Protected Methods )

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

頂端

Protected Methods

  名稱 Description
ms162686.protmethod(zh-tw,SQL.90).gif Finalize  (inherited from Object )
ms162686.protmethod(zh-tw,SQL.90).gif MemberwiseClone  (inherited from Object )

頂端

請參閱

參考

PageCollection Class
Microsoft.ReportingServices.ReportRendering Namespace