Skip to content

Commit 9332d77

Browse files
Apply suggestion from @Abadzhev
Co-authored-by: Vladimir Abadzhev <vladimira@devexpress.com>
1 parent 74e1945 commit 9332d77

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,15 @@ Use-cases without user interaction include:
1717
- Mass-export reports to PDF, image, and other formats.
1818
- Print or email documents silently.
1919
- Modify documents: split, merge, filter, Mail Merge, etc.
20+
2021

21-
> ![A PDF report example generated by a command line application (demonstrates order number 11077)](./images/report.png)
22+
![A PDF report example generated by a command line application (demonstrates order number 11077)](./images/report.png)
2223

2324

2425
## Prerequisites
2526

2627
See: [DevExpress Reports Prerequisites](https://docs.devexpress.com/VCL/405773/ExpressCrossPlatformLibrary/vcl-backend/reports-dashboards-app-deployment#vcl-reportsdashboards-prerequisites)
2728

28-
> [!Note]
29-
> Since this project does not display Report Viewer and Report Designer UI controls, DevExpress VCL Reports does not require the `WebView2Loader.dll` library.
30-
3129
## Test the Example
3230

3331
1. Open and build the Delphi project in the RAD Studio.
@@ -110,8 +108,6 @@ AReport.Parameters['OrderIdParameter'].Value := AOrderID;
110108

111109
### Step 4: Export Report Content to a File
112110

113-
Once a report layout is configured (including data binding and parameters),
114-
you can export reports in any supported format.
115111

116112
This example exports a report to a PDF file:
117113

images/report.png

-8.24 KB
Loading

0 commit comments

Comments
 (0)