Posted 5 November 2021, 6:19 am EST
Using a trial license and cannot run a report from Visual Studio using the code below.
It has nothing to do with the code, it’s a license issue, but I have no idea how to get the proper information for the “license.licx” file.
Thanks. – Paul
Dim rpt2 As New GrapeCity.ActiveReports.SectionReport()
rpt2.LoadLayout("C:\...\ActiveReports-Simple Test.rpx")
rpt2.Run()