Gets and sets script language for the report template.
    Namespace: 
   PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public ScriptLanguage ScriptLanguage { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Property ScriptLanguage As ScriptLanguage  | 
| Visual C++ | 
|---|
public: property ScriptLanguage ScriptLanguage { ScriptLanguage get (); void set (ScriptLanguage value); }  |