Posted 3 August 2021, 12:42 pm EST
Hi,
our company has acquired a license of ActiveReports Standard Edition.
We use AR inside a .net core application to open existent .rdl files in a PageReport, fill them with data using LocateDataSourceEventHandler and exporting to PDF, Excel & Word using PdfRenderingExtension / ExcelRenderingExtension / WordRenderingExtension.
The reports are generated and exported correctly, but in the Word case there is a problem related to the license: exports using open FileFormat (docx) (ActiveReports.Export.Page.FileFormat.OOXML) are generated with this evaluation banner:
This document was created using a STANDARD or an EVALUATION version of ActiveReports 15. Only a PROFESSIONAL EDITION licensed user may legally create reports for use in production….
For us it is a bit strange that all other export formats are generated without a problem with our current license (including Word .doc Word.Page.FileFormat.HTML)
Is there anytihing we can do to export to docx wihout having to upgrade to Professional Edition ?