| Visual Basic (Declaration) | |
|---|---|
| Public Property ScriptLanguage As System.String | |
| C# | |
|---|---|
| public System.string ScriptLanguage {get; set;} | |
Property Value
String value that is the current scripting language. The default value is C#.
When the ScriptLanguage is set, the script editor will use the specified scripting language.  ActiveReports supports C# and VB.NET for run-time scripting.
            
            
            
            
            
            
             
     
     
     
     
    