StiConditionPermissions Enum
Namespace: Stimulsoft.Report.Components
Members
| Member | 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. |
| Enabled | 512 | |
| All | 511 | All options. |