ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MatrixRowCollection Class
Members

In This Topic
    MatrixRowCollection Class
    In This Topic
    Provides a strongly typed collection for MatrixRow objects.
    Object Model
    MatrixRowCollection Class
    Syntax
    'Declaration
     
    Public NotInheritable Class MatrixRowCollection 
       Inherits GrapeCity.ActiveReports.PageReportModel.ItemCollection(Of MatrixRow)
    public sealed class MatrixRowCollection : GrapeCity.ActiveReports.PageReportModel.ItemCollection<MatrixRow> 
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.PageReportModel.ItemCollection<T>
          GrapeCity.ActiveReports.PageReportModel.MatrixRowCollection

    See Also