Uses of Class
com.stimulsoft.base.parser.StiCSharpScriptParserOptions
Packages that use StiCSharpScriptParserOptions
-
Uses of StiCSharpScriptParserOptions in com.stimulsoft.base.parser
Constructors in com.stimulsoft.base.parser with parameters of type StiCSharpScriptParserOptionsModifierConstructorDescriptionStiCSharpScriptParser(String scriptText, StiCSharpScriptParserOptions options) Initializes a new instance of the StiParser class.StiCSharpScriptParser(String script, ArrayList<StiToken> cachedTokens, ArrayList<StiCSharpScriptParser.TokenPosition> cachedPositions, StiCSharpScriptParserOptions options) -
Uses of StiCSharpScriptParserOptions in com.stimulsoft.report
Methods in com.stimulsoft.report with parameters of type StiCSharpScriptParserOptionsModifier and TypeMethodDescriptionstatic ObjectStiScriptHelper.invokeScript(StiReport report, String script, HashMap<String, Object> arguments, StiCSharpScriptParserOptions options)