[]
Gets or sets a value indicating the scripting language that ActiveReports uses to write and interpret the script properties.
[TypeConverter(typeof(LanguageConverter))]
public string ScriptLanguage { get; set; }
Type | Description |
---|---|
string | A string value value that represents the scripting language. |
Available values: C# and VB.NET.
var sectionReport = new GrapeCity.ActiveReports.SectionReport();
sectionReport.Document.Printer.PrinterName = String.Empty;
sectionReport.ScriptLanguage = "C#";