Follow step-by-step tutorials as you create Visual Studio projects using the ActiveReports subreport control. You can use the subreport control to embed a report within another report. Subreports are executed each time the parent section (i.e. the section in which the Subreport control is placed) is printed. Some ways to use subreports include:
- Repeating a group of relational data (for example, a list of orders in the main report, with ordered items in the subreport)
- Using multiple data sources within a report
- Creating multiple detail sections within a report
This section contains information about how to:
- Subreports with Run-Time Data Sources
- Learn how to embed a subreport in a main report, passing the data source from the main report to the subreport at run time.
- Nested Subreports
- Learn how to nest subreports to display main, child, and grandchild levels in a report.
- Subreports with XML Data
- Learn how to use XML data with subreports.
See Also