| Package | stimulsoft.report.components.enums |
| Class | public class StiConditionPermissions |
| Inheritance | StiConditionPermissions Object |
| Constant | Defined By | ||
|---|---|---|---|
| All : int = 255 [static] All options. | StiConditionPermissions | ||
| BackColor : int = 64 [static] Allow use BackColor in component. | StiConditionPermissions | ||
| Borders : int = 128 [static] Allow use Borders in component. | StiConditionPermissions | ||
| Font : int = 1 [static] Allow use Font name in component. | StiConditionPermissions | ||
| FontSize : int = 2 [static] Allow use Font Size in component. | StiConditionPermissions | ||
| FontStyleBold : int = 4 [static] Allow use Bold style of Font in component. | StiConditionPermissions | ||
| FontStyleItalic : int = 8 [static] Allow use Italic style of Font in component. | StiConditionPermissions | ||
| FontStyleUnderline : int = 16 [static] Allow use Underline style of Font in component. | StiConditionPermissions | ||
| None : int = 0 [static] Without any options. | StiConditionPermissions | ||
| TextColor : int = 32 [static] Allow use TextColor in component. | StiConditionPermissions | ||
| All | Constant |
public static const All:int = 255All options.
| BackColor | Constant |
public static const BackColor:int = 64Allow use BackColor in component.
| Borders | Constant |
public static const Borders:int = 128Allow use Borders in component.
| Font | Constant |
public static const Font:int = 1Allow use Font name in component.
| FontSize | Constant |
public static const FontSize:int = 2Allow use Font Size in component.
| FontStyleBold | Constant |
public static const FontStyleBold:int = 4Allow use Bold style of Font in component.
| FontStyleItalic | Constant |
public static const FontStyleItalic:int = 8Allow use Italic style of Font in component.
| FontStyleUnderline | Constant |
public static const FontStyleUnderline:int = 16Allow use Underline style of Font in component.
| None | Constant |
public static const None:int = 0Without any options.
| TextColor | Constant |
public static const TextColor:int = 32Allow use TextColor in component.