[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReport.ScriptLanguage

ScriptLanguage Property

ScriptLanguage

Gets or sets a value indicating the scripting language that ActiveReports uses to write and interpret the script properties.

Declaration
[TypeConverter(typeof(LanguageConverter))]
public string ScriptLanguage { get; set; }
Property Value
Type Description
string

A string value value that represents the scripting language.

Remarks

Available values: C# and VB.NET.

Examples
var sectionReport = new GrapeCity.ActiveReports.SectionReport();
sectionReport.Document.Printer.PrinterName = String.Empty;
sectionReport.ScriptLanguage = "C#";