Back to Devexpress

PageList Class

corelibraries-devexpress-dot-xtraprinting-e8a0e9fd.md

latest1.9 KB
Original Source

PageList Class

A collection of Page objects.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public class PageList :
    IList<Page>,
    ICollection<Page>,
    IEnumerable<Page>,
    IEnumerable,
    IPageRepository
vb
Public Class PageList
    Implements IList(Of Page),
               ICollection(Of Page),
               IEnumerable(Of Page),
               IEnumerable,
               IPageRepository

The following members return PageList objects:

LibraryRelated API Members
Cross-Platform Class LibraryCachedReportSourceBase.Pages
Document.Pages
PrintingSystemBase.Pages
WPF ControlsPageViewModel.PageList
.NET Reporting ToolsXtraReport.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.

Inheritance

Object PageList

See Also

PageList Members

DevExpress.XtraPrinting Namespace