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

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

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

See Also