See Also

ActiveReport Class  | ActiveReport Members

Language

Visual Basic

C#

Show All

className
Licensed control's class name.
license
String containing the licensed control's license.
See Also Languages ActiveReports Send feedback to Data Dynamics

AddControlLicense Method

Adds a license key to the report so licensed controls can be added to sections at run time by using the Controls.Add method.

[Visual Basic]
Public Sub AddControlLicense( _    ByVal className As String, _    ByVal license As String _ )
[C#]
public void AddControlLicense(    string className,    string license );

Parameters

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

See Also

ActiveReport Class  | ActiveReport Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.