Skip to content

Commit 0e3f821

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

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ 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+
22+
```console
23+
> PDFReportGenerator.exe 11077
24+
25+
Report saved to: ..\Order_11077.pdf
26+
```
2027

2128
> ![A PDF report example generated by a command line application (demonstrates order number 11077)](./images/report.png)
2229
@@ -110,8 +117,6 @@ AReport.Parameters['OrderIdParameter'].Value := AOrderID;
110117

111118
### Step 4: Export Report Content to a File
112119

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

116121
This example exports a report to a PDF file:
117122

images/report.png

-8.33 KB
Loading

0 commit comments

Comments
 (0)