[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.BandedList

BandedList Class

Represents a DataRegion is a collection of free-form bands to visualize bound data where data may be grouped by data field or an aggregate function like summary and total value.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class BandedList : ReportItem, IReportComponent, IComponent, IDisposable, IValidateable
Remarks

By default, it is composed of three bands: a header, a footer and a details band. The banded list may also have group header and group footer bands, which should be created when a data group was added to a banded list. Report items in these bands repeat once for each group in a banded list.

Constructors

Name Description
BandedList()

Initializes a new instance of the BandedList class.

Properties

Name Description
CustomData

Gets or sets the custom data settings used by the custom report item.

Details

Gets or sets the details band (if any) for this banded list.

FixedHeight

Gets or sets a fixed height of the banded list for FPL reports.

FixedWidth

Gets or sets a fixed width of the banded list for FPL reports.

Gets or sets a footer that is rendered at the bottom of this banded list.

Groups

Gets a collection of groups for this banded list.

Header

Gets or sets a header that is rendered at the top of this banded list.

NewPage

Gets or sets a page on which the content should start after the page break.

NewSection

Gets or sets a value indicating whether this group is in its own section.

OverflowName

Gets or sets an overflow name of the banded list for FPL reports.

PageBreakAtEnd

Gets or sets a value indicating whether a page break occurs immediately after the current banded list.

PageBreakAtStart

Gets or sets a value indicating whether a page break occurs immediately before the current banded list.

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.

Extension Methods