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
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,20 +12,21 @@ The example stores a saved report layout in a BLOB field of a memory-based datas
12
12
13
13
## Testing the example
14
14
15
-
*Click**New Report** to create an empty database record.
15
+
*Run the sample app and click**New Report** to create an empty database record.
16
16
* Click **Show Designer** to display the [Report Designer](https://docs.devexpress.com/XtraReports/119176/web-reporting/web-end-user-report-designer) dialog.
17
17
* Create a report layout using any tools available in the UI.
18
18
* Click the hamburger button and select the **Save** option and close the dialog.
19
-
* Click **View Designer** or **View Report** to load the saved report layout or preview a layout-based report in the [Report Viewer](https://docs.devexpress.com/XtraReports/401850/web-reporting/web-document-viewer) dialog.
19
+
* Close the app. The [TdxMemData](https://docs.devexpress.com/VCL/dxmdaset.TdxMemData) component stores layout data in a file between sessions.
20
+
* Run the sample app again and click **View Designer** or **View Report** to load the saved report layout or preview a layout-based report in the [Report Viewer](https://docs.devexpress.com/XtraReports/401850/web-reporting/web-document-viewer) dialog.
0 commit comments