Skip to content

Commit dc62063

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

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ 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+
21+
---
2022

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

25+
---
2326

2427
## Prerequisites
2528

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

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-
3131
## Test the Example
3232

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

111111
### Step 4: Export Report Content to a File
112112

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

116114
This example exports a report to a PDF file:
117115

images/report.png

-8.24 KB
Loading

0 commit comments

Comments
 (0)