Click or drag to resize

StiConditionPermissions Enumeration

Permissions of report conditions.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
[FlagsAttribute]
public enum StiConditionPermissions
Members
  Member nameValueDescription
None0 Without any options.
Font1 Allow use Font name in component.
FontSize2 Allow use Font Size in component.
FontStyleBold4 Allow use Bold style of Font in component.
FontStyleItalic8 Allow use Italic style of Font in component.
FontStyleUnderline16 Allow use Underline style of Font in component.
FontStyleStrikeout32 Allow use Strikeout style of Font in component.
TextColor64 Allow use TextColor in component.
BackColor128 Allow use BackColor in component.
Borders256 Allow use Borders in component.
All511 All options.
See Also