[]
Represents a banded list group, allows to group the details bands by one or multiple criteria.
public sealed class BandedListGroup : ReportComponent, IReportComponent, IComponent, IDisposable
The banded list group may have header and footer bands, which repeat for each group.
Name | Description |
---|---|
BandedListGroup() | Initializes a new instance of the BandedListGroup class. |
Name | Description |
---|---|
Footer | Gets or sets a footer that is rendered at the bottom of each group. |
Header | Gets or sets a header that is rendered at the top of each group. |
KeepTogether | Gets or sets a value indicating whether the group is kept together on a single page where possible. |
Name | Gets or sets a name of this banded list group. |
NewSection | Gets or sets a value indicating whether this group is in its own section. |
PageBreak | Gets or sets a page break options. |
PageBreakAtEnd | Gets or sets a value indicating whether a page break occurs immediately after the current group. |
PageBreakAtStart | Gets or sets a value indicating whether a page break occurs immediately before the current group. |
PreventOrphanedFooter | Gets or sets a value indicating whether the orphaned footer is displayed on the next page. |
PreventOrphanedHeader | Gets or sets a value indicating whether the orphaned header is displayed on the page. |
Visibility | Gets or sets a value indicating whether the group is hidden. |