Posted 30 March 2022, 12:19 am EST
Hello,
Unfortunately, The license Manager for ActiveReports 13 does not support the given functionality to show the license activation status. However, as a workaround, we would suggest creating a console application and then running an instance of SectionReport enclosed within a try-catch block. Thus, If the machine is not licensed an error would be raised which can be handled within the catch block.
We can then use the command line to build the project and then execute the build exe file to run the project as follows (consider the project name to Sample):
msbuild Sample.sln
cd bin/Debug
Sample.exe
Please find the sample application attached below.
Sample_.zip
Regards
Dushyant Sharma