[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.StaticRowColumn

StaticRowColumn Class

Represents a column or row header region with a fixed set of columns or rows.

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

Only one ColumnGrouping in each matrix may be static.

Only one RowGrouping in each matrix may be static.

Constructors

Name Description
StaticRowColumn()

Initializes a new instance of the StaticRowColumn class.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the StaticRowColumn object.

Extension Methods