[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.RepeatStyle

RepeatStyle Enum

Specifies whether a group header section will be repeated with subsequent detail pages.

Namespace: GrapeCity.ActiveReports.SectionReportModel
Assembly: MESCIUS.ActiveReports.dll
Syntax
public enum RepeatStyle

Fields

Name Description
All

Repeat the group header section on every page or column.

None

The group header will not be repeated when the associated detail sections print on a new page.

OnColumn

Repeat the group header section with every new column.

OnPage

Repeat the group header section with every new page.

OnPageIncludeNoDetail

Repeat the group header section on every page that includes an associated detail section or a group footer section. This setting prevents orphaned group footer sections.

Extension Methods