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
<FlagsAttribute>
Public Enumeration StiConditionPermissions
Members
| Member name | Value | Description |
---|
| None | 0 |
Without any options.
|
| Font | 1 |
Allow use Font name in component.
|
| FontSize | 2 |
Allow use Font Size in component.
|
| FontStyleBold | 4 |
Allow use Bold style of Font in component.
|
| FontStyleItalic | 8 |
Allow use Italic style of Font in component.
|
| FontStyleUnderline | 16 |
Allow use Underline style of Font in component.
|
| FontStyleStrikeout | 32 |
Allow use Strikeout style of Font in component.
|
| TextColor | 64 |
Allow use TextColor in component.
|
| BackColor | 128 |
Allow use BackColor in component.
|
| Borders | 256 |
Allow use Borders in component.
|
| All | 511 |
All options.
|
See Also