[]
Represents a ColumnGrouping element defines a column header region for a matrix.
public sealed class ColumnGrouping : ReportComponent, IReportComponentContainer, IReportComponent, IComponent, IDisposable, IValidateable, IScopeDefinition
| Name | Description |
|---|---|
| ColumnGrouping() | Initializes a new instance of the ColumnGrouping class. |
| Name | Description |
|---|---|
| Components | Gets a ReportComponentCollection containing all the ReportComponent in the container. |
| DynamicColumns | Gets or sets the dynamic column headings for this grouping. |
| FixedHeader | Gets or sets a value indicating whether the header for this grouping should be displayed on the page even when the user scrolls part of the matrix off the page. |
| Height | Gets or sets a height of the column header. |
| StaticColumns | Gets the static column headings for this grouping. |
| Name | Description |
|---|---|
| Validate(ValidationContext) | Validates the current state of the ColumnGrouping object. |