DxReportDesignerCallbacks.CustomizeOpenDialog Property
Specifies the JavaScript function that handles the Web Report Designer’s CustomizeOpenDialog client-side event.
Namespace: DevExpress.Blazor.Reporting
Assembly: DevExpress.Blazor.Reporting.v25.1.JSBasedControls.Common.dll
NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls.Common
Declaration
Property Value
Type | Description |
---|---|
String | The name of a JavaScript function used to handle the CustomizeOpenDialog event. |
Remarks
The Open Report dialog appears in the Web Report Designer when a user opens a report (for instance, the user clicks the Open menu command).
The handler function receives two parameters: the first parameter is the client-side Report Designer (the event sender), and the second parameter is an object with the following properties and methods:
- Popup
- The Open Report dialog object: OpenReportDialog.
- Customize
- A method that allows you to modify the Open Report dialog based on the specified template and model: customize.
You can review the following similar ASP.NET Core example for more information: