Skip to content

Commit fa5c2eb

Browse files
Apply suggestions from code review
Co-authored-by: Dmitry Eliseev <81766219+dmitry-eliseev-devexpress@users.noreply.github.com>
1 parent 4c356a2 commit fa5c2eb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# GitHub Repository metadata
2-
url: vcl-reports-headless-export
2+
url: vcl-reports-non-interactive-export
33
description: Generate DevExpress VCL Reports in headless (non-GUI) applications.
44
tags: [vcl, layout, reports, command-line, pdf]

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ For detailed information on data source management and supported database engine
7676

7777
### Step 3: Define Report Parameter Values
7878

79-
A report layout may have one or more parameters.
80-
VCL Reports use parameters to modify database queries and produce different reports using the same layout and data.
81-
For example, `Order.repx`has a single `OrderIDParameter` used to produce reports on customer orders with given Order IDs.
79+
A report layout may include one or more parameters.
80+
Parameters allow you to modify database queries and, therefore, generate different reports based on the same report template and underlying data.
81+
For example, `Order.repx` includes a single `OrderIDParameter` used to generate different reports based on customer orders specified by ID.
8282

83-
To modify parameters, load them using the `LoadParametersFromReport` method and assign values to members of the `Report.Parameters` list:
83+
To modify parameters, load them using the `LoadParametersFromReport` method and assign values to `Report.Parameters` list members as follows:
8484

8585
**Delphi:**
8686
```pas

0 commit comments

Comments
 (0)