FastReport.Net.Demo by Fast Reports Inc.

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

.NET API 15,777,792 bytes

 HeaderFooterBandBase

Base class for headers and footers which support the "Keep With Data" and "Repeat on Every Page" features.
public bool KeepWithData { get; set; }

Gets or sets a value indicating that the band should be printed together with data band.

public bool RepeatOnEveryPage { get; set; }

Gets or sets a value that determines whether to repeat this band on every page.