MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MatrixRowCollection Class
Members

MatrixRowCollection Class
Represents a strongly typed collection of MatrixRow objects.
Object Model
MatrixRowCollection Class
Syntax
'Declaration
 
Public NotInheritable Class MatrixRowCollection 
   Inherits GrapeCity.ActiveReports.PageReportModel.ItemCollection(Of MatrixRow)
 
Inheritance Hierarchy

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

See Also