New to Telerik ReportingStart a free 30-day trial

Definition

Namespace:Telerik.Reporting.Drawing

Assembly:Telerik.Reporting.dll

Syntax:

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class FormattingRule : ReportObject

Inheritance: objectReportObjectFormattingRule

Inherited Members ReportObject.ToString(string[])

Constructors

TODO: Add documentation.

C#
public FormattingRule()

Properties

Internal use only

C#
public FilterCollection Filters { get; }

Indicates whether to proceed with the next FormattingRule in the ReportItemBase.ConditionalFormattings collection if the current rule is applied.

C#
public bool StopIfTrue { get; set; }

TODO: Add documentation.

C#
public Style Style { get; }