ComponentOne FlexReport for WinForms
GlobalScripts Property

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > C1FlexReport Class : GlobalScripts Property
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 System.String
public System.string GlobalScripts {get; set;}
See Also

Reference

C1FlexReport Class
C1FlexReport Members