[]
Represents a group header in a tablix, containing the individual cells that appear at the beginning of a tablix member.
public sealed class TablixHeader : ReportComponent, IReportComponentContainer, IReportComponent, IComponent, IDisposable, IValidateable
| Name | Description |
|---|---|
| TablixHeader() | Initializes a new instance of the TablixHeader class. |
| 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. |
| Name | Description |
|---|---|
| Validate(ValidationContext) | Validates the current state of the TablixHeader object. |