Table of Contents

Data Source Wizard

The Data Source Wizard enables you to configure a data source and retrieve the required data. It supports the following data source types:

  • Database

    Obtains data from all major data providers (Microsoft SQL Server, XML data, Microsoft Access, Oracle, etc.).

  • Entity Framework

    Supports binding to a Microsoft ADO.NET Entity Framework data source.

  • Object Binding

    Connects to a data object.

  • Excel File

    Obtains data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files.

  • JSON

    Connects to JSON-formatted data.

  • XPO

    Allows you to bind to XPO data.

  • No Data

    Allows you design a report that is not bound to a data source.

ReportWizard-SelectDataSourceType

The Data Source Wizard allows you to do the following:

  • Add a new data-bound report to your application using the Report Wizard, which contains the Data Source Wizard pages.

    report-wizard-databaound-report-01

  • Bind an existing report or its Detail Report band to data. To invoke this Wizard, click Add Data Source on the Ribbon's Home page.

    eurd-win-add-report-data-source

    Alternatively, click the report's smart tag, expand the DataSource property's drop-down menu and click Add Report Data Source.

    eurd-win-add-report-data-source

  • Connect the Chart, Cross Tab and Sparkline report controls to individual data sources.

    You can invoke the Data Source Wizard using the Add Data Source command on the Chart | Design contextual page.

    eurd-win-add-chart-data-source-ribbon

    You can invoke the Data Source Wizard using the DataSource property in the chart's smart tag.

    HowTo - AddChartDataSource