Click or drag to resize

StiParserParseTextValue Method (String, StiComponent, Boolean, Boolean, Boolean)

[Missing <summary> documentation for "M:Stimulsoft.Report.Engine.StiParser.ParseTextValue(System.String,Stimulsoft.Report.Components.StiComponent,System.Boolean@,System.Boolean,System.Boolean)"]

Namespace:  Stimulsoft.Report.Engine
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static Object ParseTextValue(
	string inputExpression,
	StiComponent component,
	ref bool storeToPrint,
	bool executeIfStoreToPrint,
	bool returnAsmList
)

Parameters

inputExpression
Type: SystemString

[Missing <param name="inputExpression"/> documentation for "M:Stimulsoft.Report.Engine.StiParser.ParseTextValue(System.String,Stimulsoft.Report.Components.StiComponent,System.Boolean@,System.Boolean,System.Boolean)"]

component
Type: Stimulsoft.Report.ComponentsStiComponent

[Missing <param name="component"/> documentation for "M:Stimulsoft.Report.Engine.StiParser.ParseTextValue(System.String,Stimulsoft.Report.Components.StiComponent,System.Boolean@,System.Boolean,System.Boolean)"]

storeToPrint
Type: SystemBoolean

[Missing <param name="storeToPrint"/> documentation for "M:Stimulsoft.Report.Engine.StiParser.ParseTextValue(System.String,Stimulsoft.Report.Components.StiComponent,System.Boolean@,System.Boolean,System.Boolean)"]

executeIfStoreToPrint
Type: SystemBoolean

[Missing <param name="executeIfStoreToPrint"/> documentation for "M:Stimulsoft.Report.Engine.StiParser.ParseTextValue(System.String,Stimulsoft.Report.Components.StiComponent,System.Boolean@,System.Boolean,System.Boolean)"]

returnAsmList
Type: SystemBoolean

[Missing <param name="returnAsmList"/> documentation for "M:Stimulsoft.Report.Engine.StiParser.ParseTextValue(System.String,Stimulsoft.Report.Components.StiComponent,System.Boolean@,System.Boolean,System.Boolean)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Stimulsoft.Report.Engine.StiParser.ParseTextValue(System.String,Stimulsoft.Report.Components.StiComponent,System.Boolean@,System.Boolean,System.Boolean)"]

See Also