Defines the position of the cross-section item relative to the other items on the page.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public enum CrossSectionItemPosition
Fields
Specifies that the cross-section item is behind the other items on the page.
C#
Behind = 0
Specifies that the cross-section item is in front of the other items on the page.
C#
Front = 1