ActiveReports 8
AddControlLicense Method
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports Namespace > SectionReport Class : AddControlLicense Method

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

Glossary Item Box

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

Visual Basic (Declaration) 
Public Sub AddControlLicense( _
   ByVal className As System.String, _
   ByVal license As System.String _
) 
C# 
public void AddControlLicense( 
   System.string className,
   System.string license
)

Parameters

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also