[]
        
(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()
<p>Initializes a new instance of the <xref href="GrapeCity.ActiveReports.PageReportModel.RowGrouping" data-throw-if-not-resolved="false"></xref> class.

Properties

Name Description
Components

Gets a ReportComponentCollection containing all the ReportComponent in the container.

DynamicRows
<p>Gets or sets the dynamic row headings for the 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.
StaticRows
<p>Gets the static row headings for the grouping.
Width
<p>Gets or sets a width of the row header.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the RowGrouping object.

Extension Methods