@@ -26,7 +26,7 @@ and save changes to the data source.
2626 1 . Create a report layout using tools available within the UI.
2727 1 . Click the hamburger button, select the ** Save** option, and close the dialog.
28281 . Close and restart the app.
29- Click ** Design Report** or ** Preview Report** to load the saved report in the
29+ 1 . Click ** Design Report** or ** Preview Report** to load the saved report in the
3030 [ Report Designer] [ dx-report-designer ] or [ Viewer] [ dx-report-viewer ] .
3131
3232## Implementation Details
178178
179179## Documentation
180180
181- - [ Introduction to VCL Reports] [ reports-intro ]
181+ - [ Introduction to DevExpress Reports for Delphi/C++Builder ] [ reports-intro ]
182182- [ Tutorial: Create a table report using the Report Wizard] [ report-wizard ]
183183- [ Use SQLite as a data source for reports (as demonstrated in the current example)] [ sqlite-data-source ]
184184- [ Store report layouts in REPX files at design-time] [ reports-design-time-store ]
@@ -228,8 +228,14 @@ end;
228228## More Examples
229229
230230- [ Store report layouts in REPX files] [ file-example ]
231+ - [ Filter data records in a report] [ filter-data-records ]
232+ - [ Generate reports in a backend / service application] [ non-interactive-export ]
233+ - [ Localize the Report Viewer and Report Designer] [ localize ]
231234
232235[ file-example ] : https://github.com/DevExpress-Examples/vcl-reports-store-layout-template-file
236+ [ filter-data-records ] : https://github.com/DevExpress-Examples/vcl-filter-report-preview-based-on-grid-selected-rows
237+ [ non-interactive-export ] : https://github.com/DevExpress-Examples/vcl-reports-non-interactive-export
238+ [ localize ] : https://github.com/DevExpress-Examples/vcl-reports-localize
233239
234240
235241<!-- feedback -->
0 commit comments