Datasets
Reports display the results of queries executed against a SQL database. Each report has a dataset embedded.
Datasets contain data tables that temporarily store data used by the report. The dataset provides the report with a local, in-memory cache of the data to work with.
A dataset can be an embedded query or it can point to a stored procedure in the SQL database. Position the objects of a dataset in the report’s form to change the report's layout.
Provide Feedback