StiStyleComponentType Enumeration |
Enum provide component type which can be detected by style condition.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax [FlagsAttribute]
public enum StiStyleComponentType
<FlagsAttribute>
Public Enumeration StiStyleComponentType
Members
| Member name | Value | Description |
---|
| Text | 1 | |
| Primitive | 2 | |
| Image | 4 | |
| CrossTab | 8 | |
| Chart | 16 | |
| CheckBox | 32 | |
See Also