FlexReport for WinForms
Execute(String) メソッド


C1.Report アセンブリ > C1.Report 名前空間 > FlexReport クラス > Execute メソッド : Execute(String) メソッド
A string with VBScript instructions to be executed.
Executes a VBScript statement in the current report context.
シンタックス
'宣言
 
Public Overloads Sub Execute( _
   ByVal statement As System.String _
) 
'使用法
 
Dim instance As FlexReport
Dim statement As System.String
 
instance.Execute(statement)
public void Execute( 
   System.string statement
)

パラメータ

statement
A string with VBScript instructions to be executed.
解説

This method is similar to the Evaluate(String) method, except it does not return a value.

If the expression string contains invalid syntax or causes an evaluation error, the control raises the ReportError event. In this case, the Handled parameter of the event is set to true, so the exception is ignored by default.

参照

参照

FlexReport クラス
FlexReport メンバ
オーバーロード一覧