Share via


PageCollection.Insert 메서드

Inserts the specified page into the collection at the point specified by the index.

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

구문

‘선언
Public Sub Insert ( _
    index As Integer, _
    page As Page _
)
‘사용 방법
Dim instance As PageCollection 
Dim index As Integer 
Dim page As Page

instance.Insert(index, page)
public void Insert(
    int index,
    Page page
)
public:
void Insert(
    int index, 
    Page^ page
)
member Insert : 
        index:int * 
        page:Page -> unit
public function Insert(
    index : int, 
    page : Page
)

매개 변수

  • index
    유형: System.Int32
    The zero-based index specifying the location in the collection where the page is inserted.

참고 항목

참조

PageCollection 클래스

Microsoft.ReportingServices.ReportRendering 네임스페이스