Class FormattingRule
Inherited Members
Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting.dll
Syntax
public class FormattingRule : ReportObject
Constructors
FormattingRule()
TODO: Add documentation.
Declaration
public FormattingRule()
Properties
Filters
Internal use only
Declaration
public FilterCollection Filters { get; }
Property Value
|
FilterCollection
|
StopIfTrue
Indicates whether to proceed with the next FormattingRule in the ReportItemBase.ConditionalFormattings collection if the current rule is applied.
Declaration
public bool StopIfTrue { get; set; }
Property Value
|
System.Boolean
|