Packagestimulsoft.report.components.enums
Classpublic class StiConditionPermissions
InheritanceStiConditionPermissions Inheritance Object

Permissions of report conditions.



Public Constants
 ConstantDefined 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
Constant Detail
AllConstant
public static const All:int = 255

All options.

BackColorConstant 
public static const BackColor:int = 64

Allow use BackColor in component.

BordersConstant 
public static const Borders:int = 128

Allow use Borders in component.

FontConstant 
public static const Font:int = 1

Allow use Font name in component.

FontSizeConstant 
public static const FontSize:int = 2

Allow use Font Size in component.

FontStyleBoldConstant 
public static const FontStyleBold:int = 4

Allow use Bold style of Font in component.

FontStyleItalicConstant 
public static const FontStyleItalic:int = 8

Allow use Italic style of Font in component.

FontStyleUnderlineConstant 
public static const FontStyleUnderline:int = 16

Allow use Underline style of Font in component.

NoneConstant 
public static const None:int = 0

Without any options.

TextColorConstant 
public static const TextColor:int = 32

Allow use TextColor in component.