Skip to content

Commit 00e42fc

Browse files
Merge pull request #1 from DevExpress-Examples/dmitry-eliseev-devexpress-patch-1
Add a Readme file for the code example on report template storage in the file system
2 parents f1aa21b + 62b151d commit 00e42fc

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
11
<!-- default badges list -->
2-
![](https://img.shields.io/endpoint?url=https://codecentral.devexpress.com/api/v1/VersionRange/1051124732/25.1.4%2B)
32
[![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T1306454)
43
[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183)
54
[![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives)
65
<!-- default badges end -->
7-
# vcl-reports-store-layout-template-file
6+
7+
# 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.
19+
20+
## Documentation
21+
22+
[TdxReport.Layout Property](https://docs.devexpress.com/VCL/dxReport.TdxReport.Layout)
823
<!-- feedback -->
924
## Does this example address your development requirements/objectives?
1025

0 commit comments

Comments
 (0)