Sets or returns the scripting language ActiveReports will use to write and interpret the script properties.
[Visual Basic]
Public Property ScriptLanguage As String
[C#]
public string ScriptLanguage {get; set;}
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. Currently, ActiveReports supports only C# for run-time scripting.
ActiveReport Class | ActiveReport Members | Script
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.