Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Scripting Namespace / ScriptingOptions Class / Language Property

In This Topic
    Language Property (ScriptingOptions)
    In This Topic
    Gets or sets a value indicating which language is used in scripts attached to the document.
    Syntax
    'Declaration
     
    Public Property Language As ScriptLanguageEnum
    public ScriptLanguageEnum Language {get; set;}
    See Also