Skip to content

Commit 1c68c77

Browse files
committed
fix
1 parent c113941 commit 1c68c77

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Readme.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## How to Print and Export a Report in the ASP.NET Core Application without the Document Viewer
1+
# How to Print and Export a Report in the ASP.NET Core Application without the Document Viewer
22

33
This example prints and exports a report in a browser without previewing it on a web page with a Document Viewer.
44

5-
**Print**
5+
## Print
66

77
On the **server side**, a controller performs the following actions:
88
- [creates a report](https://docs.devexpress.com/XtraReports/2440/get-started-with-devexpress-reporting/create-a-report-from-a-to-z);
@@ -17,11 +17,10 @@ Click a button to call the client-side `window.Open(url, "_blank")` method to op
1717
* Print a report in iFrame.
1818
Click a button to load a PDF file in the `HTMLIFrameElement` and print its content.
1919

20-
*NOTE: We don't recommend printing with an invisible iFrame element because not all browsers support it.*
20+
*NOTE: Printing with an invisible iFrame element is not recommended because not all browsers support it.*
2121

22-
**Export**
22+
## Export
2323

2424
The user selects the format and clicks a button to send the format to the server-side controller. The controller calls the export method for the selected format and sends the file back to the browser.
2525

26-
For more information review the following help topic:
27-
* [Export Reports](https://docs.devexpress.com/XtraReports/1302/detailed-guide-to-devexpress-reporting/store-and-distribute-reports/export-reports).
26+
For more information review the following help topic: [Export Reports](https://docs.devexpress.com/XtraReports/1302/detailed-guide-to-devexpress-reporting/store-and-distribute-reports/export-reports).

0 commit comments

Comments
 (0)