ActiveReports 18 .NET Edition
Developers / Print Reports
In This Topic
    Print Reports
    In This Topic

    When you print a report, the report data is first sent to the report generator and then to the printer. You can also preview the report before you actually print it.

    This section describes using print methods in desktop viewers, how to print reports on single page, and different scenarios of printing in JSViewer.

    ActiveReports provides you with rich Page/RDLX and Section report printing options and settings. In this section, we will look at the basic printing options for each report type, with sample codes.  

    Printing is implemented using PrintDocument Class (System.Drawing.Printing), so this functionality will only be available for Windows.

    Note: It is important to specify the MESCIUS.ActiveReports.Viewer.Common assembly for printing to work correctly.

    See Also