Skip to main content
All docs
V18.2

ASPxClientWebDocumentViewerDocumentReadyEventArgs(String, String, Int32) Constructor

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

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public ASPxClientWebDocumentViewerDocumentReadyEventArgs(
    string documentId,
    string reportId,
    int pageCount
)

Parameters

Name Type Description
documentId String

A string that specifies the report document ID. This value is assigned to the ASPxClientWebDocumentViewerDocumentReadyEventArgs.DocumentId field.

reportId String

A string that specifies the report ID. This value is assigned to the ASPxClientWebDocumentViewerDocumentReadyEventArgs.ReportId field.

pageCount Int32

An integer value that specifies the total number of pages in a report document. This value is assigned to the ASPxClientWebDocumentViewerDocumentReadyEventArgs.PageCount field.

See Also