다음을 통해 공유


PageCollection 멤버

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

PageCollection 형식은 다음 멤버를 노출합니다.

메서드

  이름 설명
공용 메서드 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 (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
공용 메서드 Insert Inserts the specified page into the collection at the point specified by the index.
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 RemoveAt Removes a page from the collection found at the location specified by the index.
공용 메서드 ToString (Object에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 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.

맨 위로 이동