[]
Represents a band in a banded list, contains a collection of report items which repeat for every group in the rowset or each row in the dataset.
public sealed class Band : ReportItem, IReportComponent, IComponent, IDisposable, IValidateable
Name | Description |
---|---|
Band() | Initializes a new instance of the Band class. |
Name | Description |
---|---|
CanGrow | Gets or sets a value indicating whether the band can grow vertically. |
CanShrink | Gets or sets a value indicating whether the band can shrink vertically. |
PageBreak | Gets or sets the page break options. |
PageBreakAtEnd | Gets or sets a value indicating whether a page break occurs immediately after the current band. |
PageBreakAtStart | Gets or sets a value indicating whether a page break occurs immediately before the current band. |
PrintAtBottom | Gets or sets a value indicating whether the footer band will print at the bottom of the page. |
RepeatOnNewPage | Gets or sets a value indicating whether the footer or header bands are displayed on each page where the banded list is displayed. |
ReportItems | Gets a collection of report items in this band. |