Skip to content

Commit 385dac6

Browse files
committed
readme: Add links to more DevExpress Reports examples
1 parent 03d8fad commit 385dac6

1 file changed

Lines changed: 21 additions & 9 deletions

File tree

README.md

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -175,32 +175,44 @@ end;
175175

176176
## Documentation
177177

178-
- [Introduction to VCL Reports](https://docs.devexpress.com/VCL/405469/ExpressReports/vcl-reports)
179-
- [Tutorial: Create a table report using the Report Wizard](https://docs.devexpress.com/VCL/405760/ExpressReports/getting-started/create-table-report-using-report-wizard)
180-
- [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)
178+
- [Introduction to VCL Reports][reports-intro]
179+
- [Tutorial: Create a table report using the Report Wizard][wizard-tutorial]
180+
- [Use SQLite as a data source for reports (as demonstrated in the current example)][sqlite-data-source]
181181
- API reference:
182-
- [TdxReport](https://docs.devexpress.com/VCL/dxReport.TdxReport)
183-
- [TdxReport.ExportToPDF], [TdxReport.ExportTo][TdxReport.ExportTo]
184-
- [TdxReport.Layout](https://docs.devexpress.com/VCL/dxReport.TdxReport.Layout)
182+
- [TdxReport]
183+
- [TdxReport.ExportToPDF], [TdxReport.ExportTo]
184+
- [TdxReport.Layout]
185185
- [TdxReport.Parameters]
186-
- [TdxBackendDatabaseSQLConnection](https://docs.devexpress.com/VCL/dxBackend.ConnectionString.SQL.TdxBackendDatabaseSQLConnection)
187-
186+
- [TdxBackendDatabaseSQLConnection]
188187

188+
<!-- documentation links -->
189189
[designer]: https://docs.devexpress.com/VCL/405469/ExpressReports/vcl-reports
190190
[supported-dbms]: https://docs.devexpress.com/VCL/405703/ExpressCrossPlatformLibrary/vcl-backend/vcl-backend-supported-database-systems
191+
[reports-intro]: https://docs.devexpress.com/VCL/405469/ExpressReports/vcl-reports
192+
[wizard-tutorial]: https://docs.devexpress.com/VCL/405760/ExpressReports/getting-started/create-table-report-using-wizard-tutorial
193+
[sqlite-data-source]: https://docs.devexpress.com/VCL/405750/ExpressCrossPlatformLibrary/vcl-backend/database-engines/vcl-backend-sqlite-support
194+
195+
<!-- reference links -->
196+
[TdxReport]: https://docs.devexpress.com/VCL/dxReport.TdxReport
197+
[TdxReport.Layout]: https://docs.devexpress.com/VCL/dxReport.TdxReport.Layout
191198
[TdxReport.ExportToPDF]: https://docs.devexpress.com/VCL/dxReport.TdxReport.ExportToPDF(System.Classes.TStream)
192199
[TdxReport.ExportTo]: https://docs.devexpress.com/VCL/dxReport.TdxReport.ExportTo%28dxBackend.TdxReportExportFormat-System.Classes.TStream%29#available-export-formats
193200
[TdxReport.Parameters]: https://docs.devexpress.com/VCL/dxReport.TdxReport.Parameters
201+
[TdxBackendDatabaseSQLConnection]: https://docs.devexpress.com/VCL/dxBackend.ConnectionString.SQL.TdxBackendDatabaseSQLConnection
194202

195203

196204
## More Examples
197205

198206
- [Store Report Layouts in REPX Files][file-example]
199207
- [Store Report Layouts in a Database][database-example]
208+
- [Filter data records in a report][filter-data-records]
209+
- [Localize the Report Viewer and Report Designer][localize]
200210

201-
211+
<!-- example links -->
202212
[file-example]: https://github.com/DevExpress-Examples/vcl-reports-store-layout-template-file
203213
[database-example]: https://github.com/DevExpress-Examples/vcl-reports-store-layout-template-database
214+
[filter-data-records]: https://github.com/DevExpress-Examples/vcl-filter-report-preview-based-on-grid-selected-rows
215+
[localize]: https://github.com/DevExpress-Examples/vcl-reports-localize
204216

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

0 commit comments

Comments
 (0)