PageCollection 클래스

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

상속 계층

System.Object
  Microsoft.ReportingServices.ReportRendering.PageCollection

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public NotInheritable Class PageCollection
‘사용 방법
Dim instance As PageCollection
public sealed class PageCollection
public ref class PageCollection sealed
[<SealedAttribute>]
type PageCollection =  class end
public final class PageCollection

PageCollection 유형에서 다음 멤버를 표시합니다.

속성

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

맨 위로 이동

메서드

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

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.ReportingServices.ReportRendering 네임스페이스