File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,11 +35,13 @@ using the corresponding [TDataSet] descendant.
3535
3636The 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
4041The instructions assume that you start with a Delphi or C++Builder project that already includes
4142a 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 ] .
4345This 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
You can’t perform that action at this time.
0 commit comments