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 As String, _
ByVal As String _
)
public void AddControlLicense(
string ,
string
)
Parameters
- className
- Licensed control's class name.
- license
- String containing the licensed control's license.
See Also