StiComponentType Enumeration |
A type of processing of a component when printing.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public enum StiComponentType
Public Enumeration StiComponentType
Members
| Member name | Value | Description |
---|
| Simple | 0 |
Simple components - only one copy in one print cycle is output.
|
| Master | 1 |
Master components – more than one copy in one print cycle are output.
|
| Detail | 2 |
Detailed components – these components are output with Master components.
|
| Static | 3 |
Static components – these components are the same as simple components but are output on pages only.
|
See Also