Click or drag to resize

StiCondition Constructor (String, Color, Color, Font, Boolean)

Creates a new object of the type StiCondition.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiCondition(
	string expression,
	Color textColor,
	Color backColor,
	Font font,
	bool enabled
)

Parameters

expression
Type: SystemString

[Missing <param name="expression"/> documentation for "M:Stimulsoft.Report.Components.StiCondition.#ctor(System.String,System.Drawing.Color,System.Drawing.Color,System.Drawing.Font,System.Boolean)"]

textColor
Type: System.DrawingColor

[Missing <param name="textColor"/> documentation for "M:Stimulsoft.Report.Components.StiCondition.#ctor(System.String,System.Drawing.Color,System.Drawing.Color,System.Drawing.Font,System.Boolean)"]

backColor
Type: System.DrawingColor

[Missing <param name="backColor"/> documentation for "M:Stimulsoft.Report.Components.StiCondition.#ctor(System.String,System.Drawing.Color,System.Drawing.Color,System.Drawing.Font,System.Boolean)"]

font
Type: System.DrawingFont

[Missing <param name="font"/> documentation for "M:Stimulsoft.Report.Components.StiCondition.#ctor(System.String,System.Drawing.Color,System.Drawing.Color,System.Drawing.Font,System.Boolean)"]

enabled
Type: SystemBoolean

[Missing <param name="enabled"/> documentation for "M:Stimulsoft.Report.Components.StiCondition.#ctor(System.String,System.Drawing.Color,System.Drawing.Color,System.Drawing.Font,System.Boolean)"]

See Also