[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.TablixHeader

TablixHeader Class

Represents a group header in a tablix, containing the individual cells that appear at the beginning of a tablix member.

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

Constructors

Name Description
TablixHeader()

Initializes a new instance of the TablixHeader class.

Properties

Name Description
CellContents

Gets or sets a report item contained in the cell within a group header.

Components

Gets a ReportComponentCollection containing all the ReportComponent in the container.

Size

Gets or sets a height or width of a group header.

Visibility

Gets or sets a value indicating whether the group header is hidden.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the TablixHeader object.

Extension Methods