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

Glossary Item Box

Defines the set of cells in a row of the detail section of a Matrix.

Object Model

MatrixRow Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class MatrixRow 
   Inherits ReportComponent
   Implements IReportComponentIReportComponentContainer 
C# 
public sealed class MatrixRow : ReportComponent, IReportComponentIReportComponentContainer  

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         GrapeCity.ActiveReports.PageReportModel.ReportComponent
            GrapeCity.ActiveReports.PageReportModel.MatrixRow

See Also