Gets or sets a value indicating which language is used in scripts attached to the document.
Namespace:
C1.C1Preview.ScriptingAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(ScriptLanguageEnum.VB)] public ScriptLanguageEnum Language { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(ScriptLanguageEnum.VB)> _ Public Property Language As ScriptLanguageEnum Get Set |
Remarks
The default value for this property is ScriptLanguageEnum.VB.