Click or drag to resize

StiParserPrepareVariableValue Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Engine.StiParser.PrepareVariableValue(Stimulsoft.Report.Dictionary.StiVariable,Stimulsoft.Report.StiReport,Stimulsoft.Report.Components.StiText,System.Boolean)"]

Namespace:  Stimulsoft.Report.Engine
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static Object PrepareVariableValue(
	StiVariable var,
	StiReport report,
	StiText textBox = null,
	bool fillItems = false
)

Parameters

var
Type: Stimulsoft.Report.DictionaryStiVariable

[Missing <param name="var"/> documentation for "M:Stimulsoft.Report.Engine.StiParser.PrepareVariableValue(Stimulsoft.Report.Dictionary.StiVariable,Stimulsoft.Report.StiReport,Stimulsoft.Report.Components.StiText,System.Boolean)"]

report
Type: Stimulsoft.ReportStiReport

[Missing <param name="report"/> documentation for "M:Stimulsoft.Report.Engine.StiParser.PrepareVariableValue(Stimulsoft.Report.Dictionary.StiVariable,Stimulsoft.Report.StiReport,Stimulsoft.Report.Components.StiText,System.Boolean)"]

textBox (Optional)
Type: Stimulsoft.Report.ComponentsStiText

[Missing <param name="textBox"/> documentation for "M:Stimulsoft.Report.Engine.StiParser.PrepareVariableValue(Stimulsoft.Report.Dictionary.StiVariable,Stimulsoft.Report.StiReport,Stimulsoft.Report.Components.StiText,System.Boolean)"]

fillItems (Optional)
Type: SystemBoolean

[Missing <param name="fillItems"/> documentation for "M:Stimulsoft.Report.Engine.StiParser.PrepareVariableValue(Stimulsoft.Report.Dictionary.StiVariable,Stimulsoft.Report.StiReport,Stimulsoft.Report.Components.StiText,System.Boolean)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Stimulsoft.Report.Engine.StiParser.PrepareVariableValue(Stimulsoft.Report.Dictionary.StiVariable,Stimulsoft.Report.StiReport,Stimulsoft.Report.Components.StiText,System.Boolean)"]

See Also