[]
Represents a base class for header or footer component of a table or group, containing rows.
public class HeaderFooter : ReportComponent, IReportComponentContainer, IReportComponent, IComponent, IDisposable, IValidateable
Name | Description |
---|---|
Components | Gets a ReportComponentCollection containing all the ReportComponent in the container. |
RepeatOnNewPage | Gets or sets a value indicating whether the footer or header should be displayed on each page on which the table or group is displayed. |
TableRows | Gets the footer or header rows for the table or group. |
Name | Description |
---|---|
Validate(ValidationContext) | Validates the current state of the HeaderFooter object. |