Licensing Confusion

Posted by: hfeldman on 18 March 2020, 12:18 pm EST

    • Post Options:
    • Link

    Posted 18 March 2020, 12:18 pm EST

    I have two subdomains:

    test.mydomain.com.au

    live.mydomain.com.au

    Do I add a hostname for each of these or just one for ‘mydomain.com.au’?

    Once I have the generated key, where exactly do I put it? I am using a .Net Core project. Specifically using React.

    Thanks,

    Harrison

  • Posted 18 March 2020, 8:16 pm EST

    Hello Harrison,

    Do I add a hostname for each of these or just one for ‘mydomain.com.au’?

    Yes, you need to add a hostname for each of these.

    Once I have the generated key, where exactly do I put it?

    You can add the following license line where JSViewer is used:

      
    import {PageReport} from '@grapecity/activereports/core';
        PageReport.LicenseKey.LicenseKey = “YOUR_LICENSE_KEY”;
    
    

    Thanks,

    Mohit

  • Posted 19 March 2020, 4:51 pm EST - Updated 30 September 2022, 6:10 am EST

    I have added the license key for the Viewer component. Although I’m still getting the License Not Found error. What am I doing wrong?



  • Posted 19 March 2020, 10:20 pm EST

    Hi,

    You need to set the license key for PageReport as Mohit had mentioned except the LicenseKey property is to be written once:

    PageReport.LicenseKey = "Your License Key";
    
  • Posted 17 April 2022, 7:07 am EST

    Hi, I am having same issue on my website https://jiofilogin.com

    and i try to use the following code to add key.

    
    import {PageReport} from '@grapecity/activereports/core';
    PageReport.LicenseKey.LicenseKey = “YOUR_LICENSE_KEY”;
    
  • Posted 18 April 2022, 8:34 pm EST

    Hi Ashwin,

    Please refer to the following page of our documentation for licensing ActiveReportsJS.

    https://www.grapecity.com/activereportsjs/docs/GettingStarted/Licensing

    For ActiveReportsJS v2.0 and above using the following line code for licensing:

    PageReport.setLicenseKey("YOUR LICENSE KEY GOES HERE");
    

    Let us know if the issue still persists.

    Regards,

    Akshay

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels