Version

RepeatType Enumeration

Determines how logical headers within the page content area will be treated within a report section.
Syntax
'Declaration
 
Public Enum RepeatType 
   Inherits System.Enum
public enum RepeatType : System.Enum 
Members
MemberDescription
FirstOccurrenceLogical content headers appear only on the page where they occur for the first time.
LevelBreakLogical content headers appear only when they are required when the context requires it, e.g. when record type changes.
PageBreakLogical content headers appear at the top of the each new page.
Remarks

Note: In the case of a XamDataGrid this setting determines when field headers are displayed.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also