ActiveReports 18 .NET Edition
Report Authors: Designer Components / Data Binding / Data Binding in Section Reports / Connect to a Data Source
In This Topic
    Connect to a Data Source
    In This Topic

    At design time, you can connect a section report to a data source through the Report Data Source dialog. This topic describes the steps to connect to a data source in a section report.

    Add a Data Source

    Use the following steps to add a new data source in your report.

    1. In the designer, you can access the Report Data Source dialog by doing one of the following:
      • On the detail section band, click the Data Source icon.
        Data Source Icon
      • Click the gray area around the design surface and select the Edit Data Source link in the Properties pane.
    2. In the Report Data Source dialog box that appears, there are separate tabs for each data source. For example, Report Data Source Dialog Box
    3. Each tab displays different options/settings to configure the data source connection.
    4. Enter the configuration details for the data source connection.
    5. Click the OK button on the lower right corner to close the dialog. You have successfully connected the report to a data source.

    Custom Data Providers

    You can also implement some custom data providers such as SQLite, by manually setting up the dependencies and configuration file. See Bound Data sample for complete implementation and Configure ActiveReports topic for information on setting up the configuration file.