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

    In this section, learn about the independent ways to export a report to different formats, and some export implementations.

    Use the Render method in Rendering Extensions of the PageDocument class to render a Page report and RDLX report to Image, Html, Pdf, Xml, Word, and Excel formats.

    Use the Export method of the corresponding ExportFilter class to export a Section report, Page report, and RDLX Report. Exporting in Section Report is only possible through Export Filters.

    Use the PrintPresets class to export a Section report, Page report, and RDLX Report. The print preset properties are only available with the Professional Edition license.

    .

    Note: In ASP.NET Core applications, supported export formats are - Excel (.xlsx), Word (.docx), PDF, CSV, JSON, and TIFF.

    For more information on the supported export formats, see Exports.