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

PageList Class

A collection of Page objects.

Namespace: DevExpress.XtraPrinting

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

Declaration

public class PageList :
    IList<Page>,
    ICollection<Page>,
    IEnumerable<Page>,
    IEnumerable,
    IPageRepository

The following members accept/return PageList objects:

Library Related API Members
Cross-Platform Class Library CachedReportSourceBase.Pages
Document.Pages
PrintingSystemBase.Pages
WPF Controls PageViewModelBase.PageList
Reporting XtraReport.Pages

Remarks

The PageList class allows you to manage report pages. Each page within the collection can be referenced by its index, via the PageList.Item property.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the PageList class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
PageList
See Also