| Visual Basic (Declaration) | |
|---|---|
Public Sub SetLicense( _ ByVal licenseString As String _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void SetLicense( string licenseString ) | |
Parameters
- licenseString
- The value string received when the Web.Config Key generator application is run.
| C# | Copy Code |
|---|---|
// Use value generated using the "Create Web.Config Key" option from your Start menu | |
| Visual Basic | Copy Code |
|---|---|
' Use value generated using the "Create Web.Config Key" Option from your Start menu | |
To use SetLicense, first license your development machine using the licensestd2.exe or licensepro2.exe application.
Then create a "web.config" key by running the "Create Web.Config Key" link from the Start menu.
In your application class, create a designer instance and use the SetLicense method to properly set the key you created.
SetLicense allows run-time licensing so that ActiveReports for .NET 2.0 can be used in other applications.