Click or drag to resize

StiReportIIF Method

Returns value1 if condition is true and value2 if condition is false.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
protected Object IIF(
	bool condition,
	Object value1,
	Object value2
)

Parameters

condition
Type: SystemBoolean

[Missing <param name="condition"/> documentation for "M:Stimulsoft.Report.StiReport.IIF(System.Boolean,System.Object,System.Object)"]

value1
Type: SystemObject

[Missing <param name="value1"/> documentation for "M:Stimulsoft.Report.StiReport.IIF(System.Boolean,System.Object,System.Object)"]

value2
Type: SystemObject

[Missing <param name="value2"/> documentation for "M:Stimulsoft.Report.StiReport.IIF(System.Boolean,System.Object,System.Object)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Stimulsoft.Report.StiReport.IIF(System.Boolean,System.Object,System.Object)"]

See Also