Learn about the samples that fall under the API category.
This section contains:
- CreateReport
- This sample demonstrates how to create a page report layout in code. It further shows creating a table control, adding table rows and table columns inside it, adding cells inside the table rows and columns and adding text boxes inside the cells.
- DataSet DataSource
- This sample demonstrates how to use a dataset as a data source for a report.
- NormalizedDataSet
- This sample demonstrates loading the same data into three types of reports using the DataSet provider, XML provider and Object provider for fetching data from the data source.
- OleDbDataSource
- This sample demonstrates how to connect to an OleDb data source at runtime and pass data to the report using LocateDataSource event.
- ReportWizard
- This sample demonstrates how to create a custom Report Wizard that allows you to select a report from the list of multiple reports and then allows you to select the data that you want to display in the selected report.
- XMLDataProvider
- This sample demonstrates how to connect to a XML data source at runtime and pass data to the report using LocateDataSource event.