FastReport.Net.Demo by Fast Reports Inc.

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

.NET API 15,735,296 bytes

 ChildBand

public class ChildBand : BandBase
This class represents a child band.
public int CompleteToNRows { get; set; }

Gets or sets a value that determines the overall number of data rows printed by the data band.

public bool FillUnusedSpace { get; set; }

Gets or sets a value indicating that band will be used to fill unused space on a page.

public bool PrintIfDatabandEmpty { get; set; }

Gets or sets a value indicating that the band will be printed if its parent databand is empty.

public ChildBand()