ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / StaticRowColumn Class
Members

In This Topic
    StaticRowColumn Class
    In This Topic
    Defines a column or row header region with a fixed set of columns or rows.
    Object Model
    StaticRowColumn Class
    Syntax
    'Declaration
     
    Public NotInheritable Class StaticRowColumn 
       Inherits ReportComponentContainer
       Implements IRdlContainerIReportComponentIReportComponentContainerIValidateable 
    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