@@ -46,27 +46,32 @@ This example project uses a SQLite sample database ([nwind.db]) as a report data
46461 . Add a [ TDataSource] component to the data module (` dsLayouts ` in the example).
4747 Assign the previously created dataset component to ` TDataSource.DataSet ` :
4848
49- > <img src =" ./images/create-bind-data-source.png " style =" width : 50% " alt =" " />
49+ > <img src="./images/create-bind-data-source.png" style="width: 50%"
50+ alt="Object Inspector panel displaying TDataSource properties."/>
5051
51521 . Open the context menu for the dataset component and select ** Field Editor…** :
5253
53- > <img src =" ./images/open-context-menu.png " style =" width : 50% " alt =" " />
54+ > <img src="./images/open-context-menu.png" style="width: 50%"
55+ alt="Context menu for the TdxMemData component displaying a 'Field Editor' option."/>
5456
55571 . Click ** Add…** to create a BLOB field for layout data:
5658
57- > <img src =" ./images/create-layout-field.png " style =" width : 50% " alt =" " />
59+ > <img src="./images/create-layout-field.png" style="width: 50%"
60+ alt="New Field dialog adding a 'Layout' field of type ftBlob"/>
5861
59- 1 . Click ** Add…** to create a string field for layout names:
62+ 2 . Click ** Add…** to create a string field for layout names:
6063
61- > <img src =" ./images/create-name-field.png " style =" width : 50% " alt =" " />
64+ > <img src="./images/create-name-field.png" style="width: 50%"
65+ alt="New Field dialog adding a 'Name' field of type ftWideString"/>
6266
63- 1 . (* Optional* ) Preload persistent data to the dataset to make layouts available in the application upon first launch.
67+ 3 . (* Optional* ) Preload persistent data to the dataset to make layouts available in the application upon first launch.
6468
6569 This example includes a sample report layout that displays data from the Northwind sample database.
6670 You can preload it from [ example.dat] .
6771 Open the context menu for the dataset component, select ** Persistent Editor…** , click ** Load…** , and select the file.
6872
69- > <img src =" ./images/create-persistent-data.png " style =" width : 50% " alt =" " />
73+ > <img src="./images/create-persistent-data.png" style="width: 50%"
74+ alt="Context menu for the TdxMemData component displaying a 'Persistent Editor' option."/>
7075
7176 Alternatively, you can use the Report Designer later to import report data from a file.
7277
0 commit comments