FormattingRule
Class
Definition
Namespace:Telerik.Reporting.Drawing
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class FormattingRule : ReportObject
Inheritance: objectReportObjectFormattingRule
Inherited Members
Constructors
TODO: Add documentation.
C#
public FormattingRule()
Properties
Internal use only
C#
public FilterCollection Filters { get; }
StopIfTrue
bool
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; }