Class FormattingRule
Inherited Members
Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting.dll
Syntax
public class FormattingRule : ReportObject
Constructors
FormattingRule()
Declaration
public FormattingRule()
Properties
Filters
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
|