ActiveReports 9
AddControlLicense Method

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

Parameters

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

Reference

SectionReport Class
SectionReport Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum