[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.GroupHeader

GroupHeader Class

The GroupHeader section prints once for every data group defined using the field specified in DataField property. A GroupHeader section requires a matching GroupFooter section.

Inheritance
GroupHeader
Namespace: GrapeCity.ActiveReports.SectionReportModel
Assembly: MESCIUS.ActiveReports.dll
Syntax
public class GroupHeader : Section, IComponent, IDisposable, IPersistSection

Constructors

Name Description
GroupHeader()

Initializes a new instance of the GroupHeader class.

Properties

Name Description
ColumnGroupKeepTogether

Gets or sets a value that specifies whether the group will print as a single block in the same column.

ColumnLayout

Gets or sets a value to determine whether the section should use the same column layout as its detail section.

DataField

Gets or sets the name of the field used to group the data source records.

GroupKeepTogether

Gets or sets a value that specifies whether the section and its footer will print as a single block on the same page.

Height

Gets or sets the height of the group header.

IsRepeating

Gets a value indicating whether this instance is repeating.

KeepTogether

Gets or sets a value that determines whether the section should be printed on a single page.

NewColumn

Gets or sets a value that determines whether a new column (in a multi-column report) should be started before and/or after printing the section.

NewPage

Gets or sets a value that determines whether a new page should be inserted before and/or after printing the section.

RepeatStyle

Gets or sets a value that specifies whether the section should print with every column or page on which the Detail section or associated footer is printed.

UnderlayNext

Gets or sets a value that specifies whether the section should print underneath the following section.

Extension Methods