Skip to content

Commit f232d14

Browse files
committed
patch
1 parent 499693e commit f232d14

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,13 @@ using the corresponding [TDataSet] descendant.
3535

3636
The example uses a memory-based dataset
3737
([TdxMemData] inherited from the [TDataSet] class shipped with the standard VCL library).
38-
Applications in this example encapsulate data components within separate data modules: [uData.pas] (Delphi) and [uData.cpp] (C++Builder).
38+
Applications in this example encapsulate data components within separate data modules:
39+
[uData.pas] (Delphi) and [uData.cpp] (C++Builder).
3940

4041
The instructions assume that you start with a Delphi or C++Builder project that already includes
4142
a configured data source for DevExpress Reports.
42-
To configure a report data source in your project, refer to the following tutorial: [Create a Table Report Using the Report Wizard][report-wizard].
43+
To configure a report data source in your project, refer to the following tutorial:
44+
[Create a Table Report Using the Report Wizard][report-wizard].
4345
This example project uses a SQLite sample database ([nwind.db]) as a report data source.
4446

4547
### Step 1: Create a Dataset to Store Report Layout Data

0 commit comments

Comments
 (0)