Property Value
String value that is the current scripting language. The default value is C#.
String value that is the current scripting language. The default value is C#.
var sectionReport = new GrapeCity.ActiveReports.SectionReport(); sectionReport.Document.Printer.PrinterName = String.Empty; sectionReport.ScriptLanguage = "C#";