Skip to main content Skip to footer

Adding a Subreport Control to a Report

With ActiveReportsJS, you can embed a subreport into a main report using a few simple steps: 

  1. Open the Standalone Report Designer to create a new report file.
  2. From the toolbox on the left hand side of the page, grab the Subreport control and drag it onto the report's surface.
  3. To embed a report into the control, change the Report Name property to the path of the report you'd like to insert.
    Note: If the subreport is in the same directory as the main report, only the name of the report needs to be included in the property.

If you'd like more information on the subreport control, check out the documentation page here: /activereportsjs/docs/ReportAuthorGuide/Report-Items/Supplemental-Report-Items/Subreport

Christian Wirt