Set the license key to be used at runtime. Must be called before Report.Init() is called.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Sub ApplyLicenseKey( _
ByVal key As String _
) |
Visual Basic (Usage) | Copy Code |
---|
Dim key As String
Report.ApplyLicenseKey(key) |
C# | |
---|
public static void ApplyLicenseKey(
string key
) |
Managed Extensions for C++ | |
---|
public: static void ApplyLicenseKey(
string* key
) |
C++/CLI | |
---|
public:
static void ApplyLicenseKey(
String^ key
) |
Parameters
- key
- base-64 license key
Requirements
Platforms: Windows 10, Windows NT, Windows Server
See Also