Click or drag to resize

StiMultiCondition Constructor (Color, Color, Font, Boolean, StiFilterMode, StiFilter, String, StiConditionBorderSides)

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,
	StiFilter[] filters,
	string style,
	StiConditionBorderSides borderSides
)

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,Stimulsoft.Report.Components.StiFilter[],System.String,Stimulsoft.Report.Components.StiConditionBorderSides)"]

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,Stimulsoft.Report.Components.StiFilter[],System.String,Stimulsoft.Report.Components.StiConditionBorderSides)"]

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,Stimulsoft.Report.Components.StiFilter[],System.String,Stimulsoft.Report.Components.StiConditionBorderSides)"]

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,Stimulsoft.Report.Components.StiFilter[],System.String,Stimulsoft.Report.Components.StiConditionBorderSides)"]

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,Stimulsoft.Report.Components.StiFilter[],System.String,Stimulsoft.Report.Components.StiConditionBorderSides)"]

filters
Type: Stimulsoft.Report.ComponentsStiFilter

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

style
Type: SystemString

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

borderSides
Type: Stimulsoft.Report.ComponentsStiConditionBorderSides

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

See Also