Skip to content

Commit d6c3996

Browse files
Update README.md
1 parent f1aa21b commit d6c3996

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

README.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,26 @@
44
[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183)
55
[![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives)
66
<!-- default badges end -->
7-
# vcl-reports-store-layout-template-file
7+
8+
# DevExpress VCL Reports - Store report layouts in text files
9+
10+
This example stores a [report layout](https://docs.devexpress.com/VCL/dxReport.TdxReport.Layout) (XML-based template) in a text file.
11+
12+
## Testing the example
13+
14+
* Run the sample app and click **New Report**.
15+
* Create a report layout (template) using any tools available in the [Report Designer](https://docs.devexpress.com/XtraReports/119176/web-reporting/web-end-user-report-designer) UI.
16+
* Click the hamburger button, select the **Save** option, type a report template name, and close the dialog.
17+
* Click **Save Report** to export the created report template as a REPX file.
18+
* Restart the app and click **Open Report** to import a report template from the previously saved REPX file.
19+
* Click **Show Designer** to display the imported template.
20+
821
<!-- feedback -->
9-
## Does this example address your development requirements/objectives?
10-
11-
[<img src="https://www.devexpress.com/support/examples/i/yes-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=vcl-reports-store-layout-template-file&~~~was_helpful=yes) [<img src="https://www.devexpress.com/support/examples/i/no-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=vcl-reports-store-layout-template-file&~~~was_helpful=no)
12-
22+
23+
## Does this example address your development requirements/objectives?
24+
25+
[<img src="https://www.devexpress.com/support/examples/i/yes-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=vcl-reports-store-layout-template-file&~~~was_helpful=yes) [<img src="https://www.devexpress.com/support/examples/i/no-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=vcl-reports-store-layout-template-file&~~~was_helpful=no)
26+
1327
(you will be redirected to DevExpress.com to submit your response)
28+
1429
<!-- feedback end -->

0 commit comments

Comments
 (0)