Skip to main content

IDocumentModifier.AddPages(IEnumerable<Page>) Method

Adds specified pages to the end of the report document’s page collection.

Namespace: DevExpress.XtraReports

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

NuGet Package: DevExpress.Printing.Core

Declaration

void AddPages(
    IEnumerable<Page> pages
)

Parameters

Name Type Description
pages IEnumerable<Page>

The page collection to be added to the end of the report document’s page collection.

Remarks

The order of the pages in the collection is preserved in the report document’s page collection.

See Also