[]
Let us create an RDLX report that uses the Table data region to display the movie details including its name, released year, country, duration, and user ratings. The report connects to the 'reels.db' data source available on GitHub.
The final report will look as shown. The data in the table is grouped by the released year of movies.
In the ActiveReports Designer, create a new RDLX report.
type=note
If you are creating a new report in the Visual Studio Integrated Designer, see Quick Start.
As you create a new report, you can configure the report data connection in the Report Wizard. You can also access the Report Data Source dialog by right-clicking the Data Sources node in the Report Explorer and then selecting the Add Data Source option. See SQLite for details.
On the Choose Data Source Type screen of the wizard, select SQLite and click Next.
To specify the DataBase Path, click the Browse button and navigate to the desired file on your system. For example, you can connect to the Reels.db sample data source which can be downloaded from GitHub.
Click Test Connection to test the connection.
Then click the Next option and configure the dataset by adding a valid query.
SELECT * FROM Movie
Into the Name field, enter the name of the dataset as MoviesDataset.
Click Next to proceed to the final screen of the Report Wizard.
On the final screen of the Report Wizard, review the summary of the report and click Finish to successfully add the report with the SQLite data source.
type=note
Note: Alternatively, you can add a group by selecting Insert Group in the context menu of the Table data region, and adding a group in the Table - Groups dialog that opens.