[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ColumnGrouping

ColumnGrouping Class

Represents a ColumnGrouping element defines a column header region for a matrix.

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

Constructors

Name Description
ColumnGrouping()

Initializes a new instance of the ColumnGrouping class.

Properties

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
<p>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
<p>Gets the static column headings for this grouping.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the ColumnGrouping object.

Extension Methods