다음을 통해 공유


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

위쪽

Public Methods

(see also Protected Methods )

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

위쪽

Protected Methods

  이름 Description
ms162686.protmethod(ko-kr,SQL.90).gif Finalize  (inherited from Object )
ms162686.protmethod(ko-kr,SQL.90).gif MemberwiseClone  (inherited from Object )

위쪽

참고 항목

참조

PageCollection Class
Microsoft.ReportingServices.ReportRendering Namespace