From d6c39964570d0176fa628ff745473282af138f52 Mon Sep 17 00:00:00 2001 From: Dmitry Eliseev <81766219+dmitry-eliseev-devexpress@users.noreply.github.com> Date: Thu, 25 Sep 2025 12:17:35 +0300 Subject: [PATCH 1/6] Update README.md --- README.md | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6214b77..bfe2983 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,26 @@ [![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183) [![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives) -# vcl-reports-store-layout-template-file + +# DevExpress VCL Reports - Store report layouts in text files + +This example stores a [report layout](https://docs.devexpress.com/VCL/dxReport.TdxReport.Layout) (XML-based template) in a text file. + +## Testing the example + +* Run the sample app and click **New Report**. +* 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. +* Click the hamburger button, select the **Save** option, type a report template name, and close the dialog. +* Click **Save Report** to export the created report template as a REPX file. +* Restart the app and click **Open Report** to import a report template from the previously saved REPX file. +* Click **Show Designer** to display the imported template. + -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=vcl-reports-store-layout-template-file&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=vcl-reports-store-layout-template-file&~~~was_helpful=no) - + +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=vcl-reports-store-layout-template-file&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=vcl-reports-store-layout-template-file&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) + From 65ac2fde82f500ddf85e7023034ecd4287faceef Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Thu, 25 Sep 2025 13:20:50 +0400 Subject: [PATCH 2/6] README auto update [skip ci] --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index bfe2983..6ea5a2c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -![](https://img.shields.io/endpoint?url=https://codecentral.devexpress.com/api/v1/VersionRange/1051124732/25.1.4%2B) [![](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) [![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183) [![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives) @@ -19,11 +18,9 @@ This example stores a [report layout](https://docs.devexpress.com/VCL/dxReport.T * Click **Show Designer** to display the imported template. - -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=vcl-reports-store-layout-template-file&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=vcl-reports-store-layout-template-file&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=vcl-reports-store-layout-template-file&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=vcl-reports-store-layout-template-file&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) - From 66308c038a556e553c969590c75f8fe08576a2a6 Mon Sep 17 00:00:00 2001 From: Dmitry Eliseev <81766219+dmitry-eliseev-devexpress@users.noreply.github.com> Date: Thu, 25 Sep 2025 12:22:15 +0300 Subject: [PATCH 3/6] Add a link to API reference --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6ea5a2c..fc47232 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,13 @@ This example stores a [report layout](https://docs.devexpress.com/VCL/dxReport.T * Restart the app and click **Open Report** to import a report template from the previously saved REPX file. * Click **Show Designer** to display the imported template. +## Documentation + +[TdxReport.Layout Property](https://docs.devexpress.com/VCL/dxReport.TdxReport.Layout) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=vcl-reports-store-layout-template-file&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=vcl-reports-store-layout-template-file&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=vcl-reports-store-layout-template-file&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=vcl-reports-store-layout-template-file&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From a521d952ab1edac58eaf72e8f27a1ea4886194be Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Thu, 25 Sep 2025 13:26:59 +0400 Subject: [PATCH 4/6] README auto update [skip ci] --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fc47232..883e625 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ This example stores a [report layout](https://docs.devexpress.com/VCL/dxReport.T [TdxReport.Layout Property](https://docs.devexpress.com/VCL/dxReport.TdxReport.Layout) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=vcl-reports-store-layout-template-file&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=vcl-reports-store-layout-template-file&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=vcl-reports-store-layout-template-file&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=vcl-reports-store-layout-template-file&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 7cb75fadac2cc62a40ad4fc5f56a96f6c88e84c0 Mon Sep 17 00:00:00 2001 From: Dmitry Eliseev <81766219+dmitry-eliseev-devexpress@users.noreply.github.com> Date: Thu, 25 Sep 2025 12:31:54 +0300 Subject: [PATCH 5/6] Apply suggestions from code review --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 883e625..7c9b05c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This example stores a [report layout](https://docs.devexpress.com/VCL/dxReport.T ## Testing the example * Run the sample app and click **New Report**. -* 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. +* 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). * Click the hamburger button, select the **Save** option, type a report template name, and close the dialog. * Click **Save Report** to export the created report template as a REPX file. * Restart the app and click **Open Report** to import a report template from the previously saved REPX file. @@ -21,9 +21,9 @@ This example stores a [report layout](https://docs.devexpress.com/VCL/dxReport.T [TdxReport.Layout Property](https://docs.devexpress.com/VCL/dxReport.TdxReport.Layout) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=vcl-reports-store-layout-template-file&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=vcl-reports-store-layout-template-file&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=vcl-reports-store-layout-template-file&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=vcl-reports-store-layout-template-file&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 62b151d09e3c97a630906347abfc989bfe0fe991 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Thu, 25 Sep 2025 13:34:17 +0400 Subject: [PATCH 6/6] README auto update [skip ci] --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7c9b05c..ce64263 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ This example stores a [report layout](https://docs.devexpress.com/VCL/dxReport.T [TdxReport.Layout Property](https://docs.devexpress.com/VCL/dxReport.TdxReport.Layout) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=vcl-reports-store-layout-template-file&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=vcl-reports-store-layout-template-file&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=vcl-reports-store-layout-template-file&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=vcl-reports-store-layout-template-file&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response)