You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,17 @@
4
4
<!-- default badges end -->
5
5
# Reporting for ASP.NET COre - How to Customize the Save As and Open Dialogs in the Web End-User Report Designer
6
6
7
-
This example shows how to use the End-User Report Designer client-side API to customize the **Save As** and **Open** dialogs.
7
+
This example shows how to use the End-User Report Designer's client-side API to customize the **Save As** and **Open** dialogs.
8
+
8
9
9
10
* To customize the **Save As** dialog, handle the [`CustomizeSaveAsDialog`](https://docs.devexpress.com/XtraReports/js-ASPxClientReportDesigner?p=netframework#js_aspxclientreportdesigner_customizesaveasdialog) event and call the [`e.Customize`](https://docs.devexpress.com/XtraReports/js-ASPxClientReportDesignerCustomizeSaveAsDialogEventArgs#js_aspxclientreportdesignercustomizesaveasdialogeventargs_customize_template_model_) method.
10
11
11
12
* To customize the **Open** dialog, handle the [`CustomizeOpenDialog`](https://docs.devexpress.com/XtraReports/js-ASPxClientReportDesigner?p=netframework#js_aspxclientreportdesigner_customizeopendialog) event and call the [`e.Customize`](https://docs.devexpress.com/XtraReports/js-ASPxClientReportDesignerCustomizeOpenDialogEventArgs#js_aspxclientreportdesignercustomizeopendialogeventargs_customize_template_model_) method.
12
13
13
14
## Customize the Save As Dialog
14
15
15
-
Report files in this example are loac in folders in the root **Reports** folder. Folder names correspond to the report's category. The customized dialog displays report names and categories. The dialog allows users to do the following:
16
+
Report files in this example are in folders in the root **Reports** folder. Folder names correspond to the report's category. The customized dialog displays report names and categories. The dialog allows users to do the following:
17
+
16
18
17
19

0 commit comments