AddControlLicense Method | ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / SectionReport Class / AddControlLicense Method
Licensed control's class name.
String containing the licensed control's license.

In This Topic
AddControlLicense Method
In This Topic
Adds a license key to the report so licensed controls can be added to sections at run time by using the Controls.Add method.
Syntax
'Declaration
 
Public Sub AddControlLicense( _
   ByVal className As String, _
   ByVal license As String _
) 
 

Parameters

className
Licensed control's class name.
license
String containing the licensed control's license.
See Also