Skip to content

Commit 6de1ca0

Browse files
committed
readme: Add links to more DevExpress Reports examples
1 parent 6d83bd8 commit 6de1ca0

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ end;
180180
- [Use SQLite as a data source for reports (as demonstrated in the current example)](https://docs.devexpress.com/VCL/405750/ExpressCrossPlatformLibrary/vcl-backend/database-engines/vcl-backend-sqlite-support)
181181
- API reference:
182182
- [TdxReport](https://docs.devexpress.com/VCL/dxReport.TdxReport)
183-
- [TdxReport.ExportToPDF], [TdxReport.ExportTo][TdxReport.ExportTo]
183+
- [TdxReport.ExportToPDF], [TdxReport.ExportTo]
184184
- [TdxReport.Layout](https://docs.devexpress.com/VCL/dxReport.TdxReport.Layout)
185185
- [TdxReport.Parameters]
186186
- [TdxBackendDatabaseSQLConnection](https://docs.devexpress.com/VCL/dxBackend.ConnectionString.SQL.TdxBackendDatabaseSQLConnection)
@@ -197,10 +197,13 @@ end;
197197

198198
- [Store Report Layouts in REPX Files][file-example]
199199
- [Store Report Layouts in a Database][database-example]
200-
200+
- [Filter data records in a report][filter-data-records]
201+
- [Localize the Report Viewer and Report Designer][localize]
201202

202203
[file-example]: https://github.com/DevExpress-Examples/vcl-reports-store-layout-template-file
203204
[database-example]: https://github.com/DevExpress-Examples/vcl-reports-store-layout-template-database
205+
[filter-data-records]: https://github.com/DevExpress-Examples/vcl-filter-report-preview-based-on-grid-selected-rows
206+
[localize]: https://github.com/DevExpress-Examples/vcl-reports-localize
204207

205208
<!-- feedback -->
206209
## Does This Example Address Your Development Requirements/Objectives?

0 commit comments

Comments
 (0)