[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.HeaderFooter

HeaderFooter Class

Represents a base class for header or footer component of a table or group, containing rows.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public class HeaderFooter : ReportComponent, IReportComponentContainer, IReportComponent, IComponent, IDisposable, IValidateable

Properties

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.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the HeaderFooter object.

Extension Methods