Click or drag to resize

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
Members
  Member nameValueDescription
Simple0 Simple components - only one copy in one print cycle is output.
Master1 Master components – more than one copy in one print cycle are output.
Detail2 Detailed components – these components are output with Master components.
Static3 Static components – these components are the same as simple components but are output on pages only.
See Also