Skip to content

Commit d9e2799

Browse files
Apply suggestions from code review
Co-authored-by: Dmitry Eliseev <81766219+dmitry-eliseev-devexpress@users.noreply.github.com>
1 parent 97d183b commit d9e2799

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ The example uses a memory-based dataset
3737
([TdxMemData] from the DevExpress library, inherited from [TDataSet], shipped with the standard VCL library).
3838
Applications in this example encapsulate data components within separate data modules: [uData.pas] (Delphi) and [uData.cpp] (C++Builder).
3939

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

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

47-
Follow these steps to create a memory-based dataset to store report layout data:
47+
Follow these steps to create a memory-based dataset intended to store report layout data:
4848

4949
1. Create a [TdxMemData] component on a form (`mdLayouts` in the example).
5050
2. Create a [TDataSource] component on a form (`dsLayouts` in the example).

0 commit comments

Comments
 (0)