'宣言 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.