ActiveReports Developer 7
StaticRowColumn Class
Members  See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : StaticRowColumn Class

Glossary Item Box

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

Object Model

StaticRowColumn Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class StaticRowColumn 
   Inherits ReportComponentContainer
   Implements IRdlContainerIReportComponentIReportComponentContainer 
C# 
public sealed class StaticRowColumn : ReportComponentContainer, IRdlContainerIReportComponentIReportComponentContainer  

Remarks

Only one ColumnGrouping in each matrix may be static.

Only one RowGrouping in each matrix may be static.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         GrapeCity.ActiveReports.PageReportModel.ReportComponent
            GrapeCity.ActiveReports.PageReportModel.ReportComponentContainer
               GrapeCity.ActiveReports.PageReportModel.StaticRowColumn

See Also