Sets the license key for windward to do for this report. If set this license takes priority of the license key from the configuration file or the static Report.ApplyLicenseKey() method.
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public WriteOnly Property License As String  | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As Report
 
instance.License = value  | 
 
| C# |   | 
|---|
public string License {set;} | 
 
| Managed Extensions for C++ |   | 
|---|
public: __property void set_License( 
   string* value
);  | 
 
| C++/CLI |   | 
|---|
public:
property String^ License {
   void set (    String^ value);
} | 
 
            
            
             
            
			
			
            
            
            
            
            
            Requirements
Platforms: Windows 10, Windows NT, Windows Server
            
            
See Also