You are here: Symbol Reference > Stimulsoft.Report.Components Namespace > StiConditionPermissions Enumeration
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Stimulsoft.Report.Components.StiConditionPermissions Enumeration

Permissions of report conditions.

Syntax
C++
C#
Visual Basic
public: enum StiConditionPermissions { None = 0, Font = 1, FontSize = 2, FontStyleBold = 4, FontStyleItalic = 8, FontStyleUnderline = 16, FontStyleStrikeout = 32, TextColor = 64, BackColor = 128, Borders = 256, All = 511 };
Members
Members 
Description 
None 
Without any options.  
Font 
Allow use Font name in component.  
FontSize 
Allow use Font Size in component.  
FontStyleBold 
Allow use Bold style of Font in component.  
FontStyleItalic 
Allow use Italic style of Font in component.  
FontStyleUnderline 
Allow use Underline style of Font in component.  
FontStyleStrikeout 
Allow use Strikeout style of Font in component.  
TextColor 
Allow use TextColor in component.  
BackColor 
Allow use BackColor in component.  
Borders 
Allow use Borders in component.  
All 
All options.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.