FastReport.Net.Demo by Fast Reports Inc.

<PackageReference Include="FastReport.Net.Demo" Version="2022.1.11" />

.NET API 15,735,296 bytes

 GroupHeaderBand

Represents a group header band.
public string Condition { get; set; }

Gets or sets the group condition.

public DataBand Data { get; set; }

Gets or sets the group data band.

public DataFooterBand Footer { get; set; }

Gets or sets a footer band.

public GroupFooterBand GroupFooter { get; set; }

Gets or sets a group footer.

public DataHeaderBand Header { get; set; }

Gets or sets a header band.

public bool KeepTogether { get; set; }

Gets or sets a value indicating that the group should be printed together on one page.

public GroupHeaderBand NestedGroup { get; set; }

Gets or sets a nested group.

public bool ResetPageNumber { get; set; }

Gets or sets a value that determines whether to reset the page numbers when this group starts print.

public SortOrder SortOrder { get; set; }

Gets or sets the sort order.

public GroupHeaderBand()

Initializes a new instance of the GroupHeaderBand class with default settings.

public bool InvokeEditor()