Skip to content

Commit 141956b

Browse files
Apply suggestions from code review
Co-authored-by: DirkPieterse <dirk.pieterse@devexpress.com>
1 parent 691ebe5 commit 141956b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@
44
<!-- default badges end -->
55
# Reporting for ASP.NET COre - How to Customize the Save As and Open Dialogs in the Web End-User Report Designer
66

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+
89

910
* 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.
1011

1112
* 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.
1213

1314
## Customize the Save As Dialog
1415

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+
1618

1719
![Custom Save As Dialog](images/save-as-dialog.png)
1820

0 commit comments

Comments
 (0)