Data Sources in the Blazor Report Designer
- 2 minutes to read
This topic guides you on how to make data available in the Report Designer so that the user can create a data-bound report, and how to manage data sources in the Report Designer.
End-User Tutorials
Review the following end-user tutorials that illustrate how to bind a report to a database in the Report Designer:
Data Source Wizard
You can invoke the Data Source Wizard in the Report Designer if you register data connections or data objects that should be available to the Data Source Wizard. For information on how to register data connections, refer to the following topic: Register Predefined Data Sources in the Blazor Report Designer.
You can also register predefined data sources as described in the following topic: Register Data Connections in the Blazor Report Designer.
To invoke the Data Source Wizard, click Add Data Source in the Report Designer menu, or the Add Data Source button in the Field List window.
Field List
The Field List panel in the Report Designer displays only the data sources used in the report you are editing. To display the fields in the Field List window, you must assign a data source to the report that is loaded into the Web Report Designer. For a simple/empty report, you can assign the desired data source to the DataSource property of that report.
Report Wizard
The Report Wizard includes Data Source Wizard pages that allow the user to add and customize a data source for a newly created report. You must register data connections or data objects as described in the Data Source Wizard section to display the respective data sources on the Data Source Wizard pages.