ClassFormattingRule
Class
Definition
Namespace:Telerik.Reporting.Drawing
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class FormattingRule : ReportObject
Inheritance: objectReportObjectFormattingRule
Inherited Members
Constructors
Properties
Filters
Internal use only
Declaration
cs-api-definition
public FilterCollection Filters { get; }
Property Value
StopIfTrue
Indicates whether to proceed with the next FormattingRule in the ReportItemBase.ConditionalFormattings collection if the current rule is applied.
Declaration
cs-api-definition
public bool StopIfTrue { get; set; }
Property Value
bool