xtrareports-js-aspxclientreportdesignerdialogeventargs.md
Provides data for the events related to opening and saving reports in the Web Report Designer.
declare class ASPxClientReportDesignerDialogEventArgs extends ASPxClientEventArgs
The ASPxClientReportDesignerDialogEventArgs class provides data for the following events.
Objects of this class are automatically created, initialized and passed to corresponding event handlers.
ASPxClientEventArgs ASPxClientReportDesignerDialogEventArgs ASPxClientReportDesignerDialogCancelEventArgs
Initializes a new instance of the ASPxClientReportDesignerDialogEventArgs class with the specified settings.
constructor(
url: string,
report: any
)
| Name | Type | Description |
|---|---|---|
| url | string |
Specifies the URL of the report currently being processed. This value is assigned to the ASPxClientReportDesignerDialogEventArgs.Url property.
| | report | any |
Specifies the report currently being processed. This value is assigned to the ASPxClientReportDesignerDialogEventArgs.Report property.
|
Specifies the report currently being processed.
Report: any
| Type | Description |
|---|---|
| any |
An object that specifies the report currently being processed.
|
Specifies the URL of the report currently being processed.
Url: string
| Type | Description |
|---|---|
| string |
A string that specifies the URL of the report currently being processed.
|