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
# DevExpress VCL Reports - Store report layouts in text files
8
+
9
+
This example stores a [report layout](https://docs.devexpress.com/VCL/dxReport.TdxReport.Layout) (XML-based template) in a text file.
10
+
11
+
## Testing the example
12
+
13
+
* Run the sample app and click **New Report**.
14
+
* Create a report layout (template) using any tools available in the [Report Designer UI](https://docs.devexpress.com/XtraReports/119176/web-reporting/web-end-user-report-designer).
15
+
* Click the hamburger button, select the **Save** option, type a report template name, and close the dialog.
16
+
* Click **Save Report** to export the created report template as a REPX file.
17
+
* Restart the app and click **Open Report** to import a report template from the previously saved REPX file.
18
+
* Click **Show Designer** to display the imported template.
0 commit comments