Skip to main content

PrintOnPageEventArgs(Int32, Int32) Constructor

Initializes a new instance of the PrintOnPageEventArgs class.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public PrintOnPageEventArgs(
    int pageIndex,
    int pageCount
)

Parameters

Name Type Description
pageIndex Int32

An integer value which represents the index of a page on which a control will be printed. This value is assigned to the PrintOnPageEventArgs.PageIndex property.

pageCount Int32

An integer value which represents the total number of pages in a document. This value is assigned to the PrintOnPageEventArgs.PageCount property.

See Also