Use the Datasets form to register the datasets you want to include in data modules. Data modules are used for FastReport reports.
Isah datasets have names that start with a 'D', and have the System data check box selected.
Example
The dataset D1000_1PD1 contains the following SQL code:
Exec IP_rpt_R1000_PurDoc
@PurOrdFrom = :PurOrdFrom
, @PurOrdTo = :PurOrdTo
:PurOrdFrom
shows how parameters are displayed in the SQL code.
Note: If the dataset is part of a master-detail relation (see Data modules), you must designate a parameter that indicates the relation between the datasets. The name of this parameter must match the name of a field in the master dataset.