ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / SectionReport Class / ScriptLanguage Property

In This Topic
    ScriptLanguage Property
    In This Topic
    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