Windward Studios API Reference
ApplyLicenseKey Method
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > Report Class : ApplyLicenseKey Method




key
base-64 license key

Glossary Item Box

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

Windward Studios - .NET Document Generation software