Skip to content

Commit 53106cb

Browse files
Add README for DevExpress VCL Reports example
This README provides an overview of the DevExpress VCL Reports example, detailing dataset record selection and report generation.
1 parent 07f9fe9 commit 53106cb

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# DevExpress VCL Reports - Data Record Filtering in a Report
2+
3+
This example allows you to select individual dataset records in a DevExpress VCL [Data Grid](https://docs.devexpress.com/VCL/cxGrid.TcxGrid?v=25.2) control and display selected records in a built report using the [Report Viewer](https://docs.devexpress.com/XtraReports/401850/web-reporting/web-document-viewer) dialog.
4+
Source data is stored in a memory-based dataset ([TdxMemData](https://docs.devexpress.com/VCL/dxmdaset.TdxMemData) inherited from the [TDataSet](https://docwiki.embarcadero.com/Libraries/Athens/en/Data.DB.TDataSet) class shipped with the standard VCL library).
5+
6+
## Testing the example
7+
8+
Run the sample app and check any records in a table:
9+
10+
Click the **Preview Report** button to display a report containing all selected records in the [Report Viewer](https://docs.devexpress.com/XtraReports/401850/web-reporting/web-document-viewer) dialog.

0 commit comments

Comments
 (0)