ActiveReports3 Request technical support
ScriptLanguage Property
See Also 


Sets or returns the scripting language ActiveReports will use to write and interpret the script properties. 

Syntax

Visual Basic (Declaration) 
Public Property ScriptLanguage As String
Visual Basic (Usage)Copy Code
Dim instance As ActiveReport3
Dim value As String
 
instance.ScriptLanguage = value
 
value = instance.ScriptLanguage
C# 
public string ScriptLanguage {get; set;}

Return Value

String value that is the current scripting language.  The default value is C#.

Remarks

When the ScriptLanguage is set, the script editor will use the specified scripting language.  ActiveReports supports C# and VB.NET for run-time scripting.

See Also