Click or drag to resize

StiMultiCondition Constructor (Color, Color, Font, Boolean, StiFilterMode)

Creates a new object of the type StiMultiCondition.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiMultiCondition(
	Color textColor,
	Color backColor,
	Font font,
	bool enabled,
	StiFilterMode filterMode
)

Parameters

textColor
Type: System.DrawingColor

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

backColor
Type: System.DrawingColor

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

font
Type: System.DrawingFont

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

enabled
Type: SystemBoolean

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

filterMode
Type: Stimulsoft.Report.ComponentsStiFilterMode

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

See Also