Skip to main content
A newer version of this page is available. .

IDocumentModifier.InsertPage(Int32, Page) Method

Inserts a specified page at a specified position.

Namespace: DevExpress.XtraReports

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

void InsertPage(
    int index,
    Page page
)

Parameters

Name Type Description
index Int32

The position to insert a page.

page Page

The page to insert.

See Also