BandBase
Base class for all bands.
Gets an absolute row number (the same value returned by the "AbsRow#" system variable).
Gets or sets a script event name that will be fired after the child objects layout was finished.
Gets or sets a script event name that will be fired before the band layouts its child objects.
This property is not relevant to this class.
This property is not relevant to this class.
Gets or sets a child band that will be printed right after this band.
Gets or sets a value indicating that the first row can start a new report page.
This property is not relevant to this class.
Gets or sets collection of guide lines for this band.
Gets a value indicating that this is the first data row.
Gets a value indicating that this is the last data row.
Gets or sets a value indicating that the band should be printed together with its child band.
Gets a collection of report objects belongs to this band.
Gets or sets an outline expression.
Gets or sets a value indicating that the band should be printed on the page bottom.
Gets or sets a value that determines the number of repetitions of the same band.
Gets a value indicating that band is reprinted on a new page.
Gets a row number (the same value returned by the "Row#" system variable).
This property is not relevant to this class.
Gets or sets a value indicating that the band should be printed from a new page.
This event occurs after the child objects layout was finished.
This event occurs before the band layouts its child objects.
public BandBase()
Initializes a new instance of the BandBase class with default settings.
This method fires the AfterLayout event and the script code connected to the AfterLayoutEvent.
This method fires the BeforeLayout event and the script code connected to the BeforeLayoutEvent.