ActiveReports 12
ScriptLanguage Property

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports Namespace > SectionReport Class : ScriptLanguage Property
Sets or returns the scripting language ActiveReports will use to write and interpret the script properties. 
Syntax
'Declaration
 
Public Property ScriptLanguage As String
public string ScriptLanguage {get; set;}

Property 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

Reference

SectionReport Class
SectionReport Members
Script Property