How Do I Inject My License Key Into the .NET Engine?
In 16.3.0 a method is added to the API to specify a license key for the engine at run time.
A new method is added to the .NET API in version 16.3.0:
Report.ApplyLicenseKey(String licenseKey)
Calling this method before calling Report.Init()
will use the specified license key instead of whatever key is specified in the app.config file. Calling this method after the object instantiation will not apply the new license.
0 Comments
Add your comment