File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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).
3838Applications 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
4141a configured data source for DevExpress Reports.
4242To configure a report data source in your project, refer to the following tutorial: [ Create a Table Report Using the Report Wizard] [ report-wizard ] .
4343This 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
49491 . Create a [ TdxMemData] component on a form (` mdLayouts ` in the example).
50502 . Create a [ TDataSource] component on a form (` dsLayouts ` in the example).
You can’t perform that action at this time.
0 commit comments