Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
1. Create a report layout using tools available within the UI.
1. Click the hamburger button, select the **Save** option, and close the dialog.
1. Close and restart the app.
Click **Design Report** or **Preview Report** to load the saved report in the
1. Click **Design Report** or **Preview Report** to load the saved report in the
[Report Designer][dx-report-designer] or [Viewer][dx-report-viewer].

## Implementation Details

The example uses a DevExpress memory-based dataset for report layout storage: [TdxMemData].
You can modify the application to use any other [TDataSet] descendant instead.
To review our data module implementation, see the following file: [uData.pas]/[uData.cpp].

Check warning on line 36 in README.md

View workflow job for this annotation

GitHub Actions / vale

[vale] README.md#L36

[Microsoft.We] Only use we/us when you refer to our organization.
Raw output
{"message": "[Microsoft.We] Only use we/us when you refer to our organization.", "location": {"path": "README.md", "range": {"start": {"line": 36, "column": 11}}}, "severity": "WARNING"}

The instructions assume that you start with a Delphi or C++Builder project that already includes
a configured data source for DevExpress Reports.
Expand Down Expand Up @@ -178,7 +178,7 @@

## Documentation

- [Introduction to VCL Reports][reports-intro]
- [Introduction to DevExpress Reports for Delphi/C++Builder][reports-intro]
- [Tutorial: Create a table report using the Report Wizard][report-wizard]
- [Use SQLite as a data source for reports (as demonstrated in the current example)][sqlite-data-source]
- [Store report layouts in REPX files at design-time][reports-design-time-store]
Expand Down Expand Up @@ -228,8 +228,14 @@
## More Examples

- [Store report layouts in REPX files][file-example]
- [Filter data records in a report][filter-data-records]
- [Generate reports in a backend / service application][non-interactive-export]
- [Localize the Report Viewer and Report Designer][localize]

[file-example]: https://github.com/DevExpress-Examples/vcl-reports-store-layout-template-file
[filter-data-records]: https://github.com/DevExpress-Examples/vcl-filter-report-preview-based-on-grid-selected-rows
[non-interactive-export]: https://github.com/DevExpress-Examples/vcl-reports-non-interactive-export
[localize]: https://github.com/DevExpress-Examples/vcl-reports-localize


<!-- feedback -->
Expand Down
Loading