FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / C1FlexReport Class / GlobalScripts Property

In This Topic
    GlobalScripts Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property GlobalScripts As String
    public string GlobalScripts {get; set;}
    See Also