Defining the Data that Feeds the Report DataSet
The Report DataSet Structure includes a root Report DataSet Collection to which you can add as many items as needed:
Report DataSet Properties
Report DataSet Collections
How to add items to the Report DataSet Definition
To add an item to the Report DataSet Definition, you add it from a Report DataSet Collection of the Definition.
E.g: from the Application Report DataSet Collection, add the "Application Code" MetaAttribute
The item is added to the structure under its parent Report DataSet Collection.
E.g.: the "Application Code" Report DataSet Property is added to the Report DataSet structure under the "Application" Report DataSet Collection.
How to proceed: the big picture
To define the data that feeds the Report DataSet you can add:
Report DataSet Collections:
directly from a Report DataSet Collection of the structure
Report DataSet Properties:
value-type Properties
parameter-type Properties
computed-type Properties
collection count-type Properties