FlexReport for WinForms
GlobalScripts プロパティ (FlexReport)


C1.Report アセンブリ > C1.Report 名前空間 > FlexReport クラス : 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.
シンタックス
'宣言
 
Public Property GlobalScripts As System.String
'使用法
 
Dim instance As FlexReport
Dim value As System.String
 
instance.GlobalScripts = value
 
value = instance.GlobalScripts
public System.string GlobalScripts {get; set;}
参照

参照

FlexReport クラス
FlexReport メンバ