FlexReport for WinForms
PrepareForSecondPass メソッド (ReportScriptContextBase)


C1.Report.4.6.2 アセンブリ > C1.Report.ScriptEngine 名前空間 > ReportScriptContextBase クラス : PrepareForSecondPass メソッド
A string with a VBScript expression to be evaluated.
Custom data representing current position in document.
Contains reference to the ScriptEngine which will be used on second pass calculation.
OUT: the string of tags.
See details for Expression.PrepareForSecondPass and ScriptEngine.EvaluateTags.
シンタックス
'宣言
 
Public Function PrepareForSecondPass( _
   ByVal expression As Expression, _
   ByVal firstPassData As System.Object, _
   ByVal secondPassEngine As ScriptEngine, _
   ByRef tagsString As System.String _
) As System.Boolean
'使用法
 
Dim instance As ReportScriptContextBase
Dim expression As Expression
Dim firstPassData As System.Object
Dim secondPassEngine As ScriptEngine
Dim tagsString As System.String
Dim value As System.Boolean
 
value = instance.PrepareForSecondPass(expression, firstPassData, secondPassEngine, tagsString)
public System.bool PrepareForSecondPass( 
   Expression expression,
   System.object firstPassData,
   ScriptEngine secondPassEngine,
   out System.string tagsString
)

パラメータ

expression
A string with a VBScript expression to be evaluated.
firstPassData
Custom data representing current position in document.
secondPassEngine
Contains reference to the ScriptEngine which will be used on second pass calculation.
tagsString
OUT: the string of tags.

戻り値の型

True if preparing the Expression object for the "second pass" was successful; otherwise, false.
参照

参照

ReportScriptContextBase クラス
ReportScriptContextBase メンバ