You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Refactor the links structure to simplify maintenance.
- Bring the file and code entity links to the DevExpress standard.
- Add meta-markup to the code snippet blocks.
Experimental markup to improve example import to the DevExpress Support Center.
3. Design the report layout (template) using tools available in the **Report Designer**.
116
-
Follow the tutorial: [Create a table report using the Report Wizard](https://docs.devexpress.com/VCL/405760/ExpressReports/getting-started/create-table-report-using-report-wizard).
119
+
Follow the tutorial: [Create a table report using the Report Wizard][wizard-tutorial].
117
120
4. Once you have made all necessary changes in the **Report Designer** dialog, click the hamburger button, select **Save**, and enter a report layout name.
118
121
Click **Save** and close the dialog.
119
122
5. Click **Save to File** to save the report layout to a REPX file.
120
123
6. Restart the application and click **Import from File** to import a report layout from the previously saved REPX file.
121
124
7. Click **Open Viewer** to display the imported layout in the DevExpress
- [uMainForm.pas] (Delphi) and [uMainForm.cpp] (C++Builder) import and save report layouts to REPX files.
131
+
- [TableReport.repx] contains a report layout designed to generate a customer order report.
132
+
133
+
[uMainForm.pas]: ./Delphi/uMainForm.pas
134
+
[uMainForm.cpp]: ./CPB/uMainForm.cpp
135
+
[TableReport.repx]: ./Table%20Report.repx
136
+
137
+
## Documentation
138
+
139
+
- [Introduction to VCL Reports][vcl-reports]
140
+
- [Tutorial: Create a table report using the Report Wizard][wizard-tutorial]
141
+
- [Store report layouts in REPX files at design-time](https://docs.devexpress.com/VCL/dxReport.TdxReport.Layout#string-list-editor)
142
+
- [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)
- [Introduction to VCL Reports](https://docs.devexpress.com/VCL/405469/ExpressReports/vcl-reports)
128
-
- [Tutorial: Create a table report using the Report Wizard](https://docs.devexpress.com/VCL/405760/ExpressReports/getting-started/create-table-report-using-report-wizard)
129
-
- [How to store report layouts in REPX files at design-time](https://docs.devexpress.com/VCL/dxReport.TdxReport.Layout#string-list-editor)
130
-
- [How to store report layouts in a database (example application)](https://github.com/DevExpress-Examples/vcl-reports-store-layout-template-database)
131
-
- [How to 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)
0 commit comments