Skip to main content
All docs
V18.2

ASPxClientReportViewerPageLoadEventArgs(Int32, Int32) Constructor

Initializes a new instance of the ASPxClientReportViewerPageLoadEventArgs class with the specified settings.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public ASPxClientReportViewerPageLoadEventArgs(
    int pageIndex,
    int pageCount
)

Parameters

Name Type Description
pageIndex Int32

An integer value which specifies a zero-based index of a page to be displayed in a report viewer. This value is assigned to the ASPxClientReportViewerPageLoadEventArgs.PageIndex field.

pageCount Int32

An integer value which specifies the total number of pages displayed in a report viewer. This value is assigned to the ASPxClientReportViewerPageLoadEventArgs.PageCount field.

Remarks

Instances of the ASPxClientReportViewerPageLoadEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also