xtrareports-js-aspxclientwebdocumentviewerdocumentreadyeventargs.md
Provides data for the ASPxClientWebDocumentViewer.DocumentReady and ASPxClientReportDesigner.PreviewDocumentReady events.
declare class ASPxClientWebDocumentViewerDocumentReadyEventArgs extends ASPxClientEventArgs
ASPxClientWebDocumentViewerDocumentReadyEventArgs objects are automatically created, initialized and passed to corresponding event handlers.
ASPxClientEventArgs ASPxClientWebDocumentViewerDocumentReadyEventArgs
Initializes a new instance of the ASPxClientWebDocumentViewerDocumentReadyEventArgs class with the specified settings.
constructor(
documentId: string,
reportId: string,
pageCount: number
)
| 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 | number |
An integer value that specifies the total number of pages in a report document. This value is assigned to the ASPxClientWebDocumentViewerDocumentReadyEventArgs.PageCount field.
|
Specifies the report document ID.
DocumentId: string
| Type |
|---|
| string |
Specifies the total number of pages in a report document.
PageCount: number
| Type |
|---|
| number |
Specifies the report ID.
ReportId: string
| Type |
|---|
| string |