Tips:
These steps assume that you have an ActiveReports licensed edition installed on your system.
The executable application is now licensed, and no nag screens or evaluation banners will appear when you run it. You can also distribute the application to the unlicensed machines without facing any nag screens or evaluation banners.
The licenses.licx file must contain the following references to ActiveReports if you are using both the Section and Page reports, and both the Windows and WPF viewers. See the table for the references to the ActiveReports version and the reference to the Viewer control.
Paste INSIDE the licenses.licx file. |
Copy Code
|
---|---|
GrapeCity.ActiveReports.SectionReport, MESCIUS.ActiveReports GrapeCity.ActiveReports.PageReport, MESCIUS.ActiveReports GrapeCity.ActiveReports.Viewer.Win.Viewer, MESCIUS.ActiveReports.Viewer.Win GrapeCity.ActiveReports.Viewer.Wpf.Viewer, MESCIUS.ActiveReports.Viewer.Wpf |
The below table lists all the license strings that you may need:
Component | License String |
---|---|
Section Report engine | GrapeCity.ActiveReports.SectionReport, MESCIUS.ActiveReports |
Page and RDLX report engine | GrapeCity.ActiveReports.PageReport, MESCIUS.ActiveReports |
WinForms viewer control | GrapeCity.ActiveReports.Viewer.Win.Viewer, MESCIUS.ActiveReports.Viewer.Win |
WPF viewer control | GrapeCity.ActiveReports.Viewer.Wpf.Viewer, MESCIUS.ActiveReports.Viewer.Wpf |
PRO (some features) PDF export | GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport, MESCIUS.ActiveReports.Export.Pdf |
WebViewer, HTTP handlers | GrapeCity.ActiveReports.Web.WebViewer, MESCIUS.ActiveReports.Web |
PRO ONLY: End-user designer | GrapeCity.ActiveReports.Design.Designer, MESCIUS.ActiveReports.Design.Win |
PRO ONLY: JSViewer |
GrapeCity.ActiveReports.Aspnet.WebViewer, MESCIUS.ActiveReports.Aspnet.Viewer |
PRO ONLY: WebDesigner | GrapeCity.ActiveReports.Aspnet.WebDesigner, MESCIUS.ActiveReports.Aspnet.Designer |
Note: When using the PDF export filter in your project, make sure you check the licenses.licx file for reference to the PDF Export Assembly.
Follow these steps after you have licensed ActiveReports on your machine:
Follow these steps after you have licensed ActiveReports on your machine.
Follow these steps after you have licensed ActiveReports on your machine.
Note:
The WebDesigner and JSViewer nuget packages do not include a licenses.licx file, so the file needs to be added and configured manually in your project. Follow these steps to add license file in your Web Application in Visual Studio:
Paste INSIDE the licenses.licx file. |
Copy Code
|
---|---|
GrapeCity.ActiveReports.SectionReport, MESCIUS.ActiveReports GrapeCity.ActiveReports.PageReport, MESCIUS.ActiveReports GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport, MESCIUS.ActiveReports.Export.Pdf |