Skip to content

Commit e8e6d63

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

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ Use-cases without user interaction include:
1818
- Print or email documents silently.
1919
- Modify documents: split, merge, filter, Mail Merge, etc.
2020

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

23+
![A PDF report example generated by a command line application (demonstrates order number 11077)](./images/report.png)
24+
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.
@@ -74,7 +74,6 @@ end;
7474
Create a database connection component to supply data to the report.
7575
This example project creates a SQL connection component with a built-in SQLite engine to load the Northwind sample database stored in `nwind.db`.
7676

77-
7877
```pas
7978
// AConnection: TdxBackendDatabaseSQLConnection;
8079
AConnection := TdxBackendDatabaseSQLConnection.Create(nil);
@@ -110,9 +109,6 @@ AReport.Parameters['OrderIdParameter'].Value := AOrderID;
110109

111110
### Step 4: Export Report Content to a File
112111

113-
Once a report layout is configured (including data binding and parameters),
114-
you can export reports in any supported format.
115-
116112
This example exports a report to a PDF file:
117113

118114
**Delphi:**

images/report.png

-8.24 KB
Loading

0 commit comments

Comments
 (0)