ActiveReports 12 Server User Guide
Using Code Based Section Reports
ActiveReports 12 Server User Guide > Managing Reports > Using Code Based Section Reports

If your developers use ActiveReports, you can upload your existing ActiveReports code-based files that are compiled into a .NET assembly to take advantage of the ActiveReports Server scheduling, security, and scalability features. Note that if you also use the Designer Add-On, these developer reports cannot be edited by end users.

.NET Assembly Requirements

In order to upload your code-based section reports to ActiveReports Server, first compile them into a .NET assembly. Your compiled report assembly must meet all of the following requirements in order to avoid errors.

To upload developer ActiveReports code-based files

Developer ActiveReports appear in the list of available reports in the Report Portal as well as in the Reports list in the Administrator Dashboard. In the Report Portal, they have only Preview and Delete buttons, with the Design button omitted.

  1. In the Administration section of the Administrator dashboard, click Reports.
  2. On the Reports page, click the Upload report button.
  3. In the Upload an existing report dialog that appears, click the special area to navigate to the .NET assembly file (dll or exe) with the code-based section report that you want to distribute via ActiveReports Server, select it and click Upload.

  4. Select reports in the list by selecting the corresponding check boxes.
  5. Click OK to add the report to the Reports list in both the Administrator Dashboard and the Report Portal. If a report with same name already exists, you can select the Overwrite checkbox to replace the report.

Note:

To schedule developer ActiveReports

As with any report, you can schedule code-based section reports to run at certain times, and have them automatically sent to stakeholders.

See Also