[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DynamicColumnsRows

DynamicColumnsRows Class

Represents a column or row header region that repeats with each column or row group in the rowset of a Matrix.

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

Constructors

Name Description
DynamicColumnsRows()
<p>Initializes a new instance of the <xref href="GrapeCity.ActiveReports.PageReportModel.DynamicColumnsRows" data-throw-if-not-resolved="false"></xref> class.

Properties

Name Description
Components

Gets a ReportComponentCollection containing all the ReportComponent in the container.

Grouping

Gets or sets the expressions by which to group the data.

Sorting

Gets the expressions by which to sort the columns or rows.

Subtotal

Gets or sets an automatic subtotal for the column or row.

Visibility

Gets or sets a value indicating whether all of the dynamic columns or rows for this grouping are hidden and replaced with a subtotal column for the grouping scope.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the DynamicColumnsRows object.

Extension Methods