[]
        
(Showing Draft Content)

C1.Report.FlexReport.GlobalScripts

GlobalScripts Property

GlobalScripts

Gets or sets the global VBScript module. Functions and subroutines defined here (using the standard VBScript syntax) can be used in other scripts in the current report like standard VBScript functions.

Declaration
[C1Category("Script")]
[C1Description("C1FlexReport.GlobalScripts", "Script module where global (within the current report) VBScript functions and subroutines can be defined.")]
[Browsable(false)]
public string GlobalScripts { get; set; }
<C1Category("Script")>
<C1Description("C1FlexReport.GlobalScripts", "Script module where global (within the current report) VBScript functions and subroutines can be defined.")>
<Browsable(False)>
Public Property GlobalScripts As String