[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.RowGrouping

RowGrouping Class

Represents a row grouping for a matrix.

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

Constructors

Name Description
RowGrouping()

Initializes a new instance of the RowGrouping class.

Properties

Name Description
Components

Gets a ReportComponentCollection containing all the ReportComponent in the container.

DynamicRows

Gets or sets the dynamic row headings for the 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.

StaticRows

Gets the static row headings for the grouping.

Width

Gets or sets a width of the row header.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the RowGrouping object.

Extension Methods