[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MatrixCell.-ctor

MatrixCell Constructor

MatrixCell()

Initializes a new instance of the MatrixCell class

Declaration
public MatrixCell()

MatrixCell(IEnumerable<ReportItem>)

Initializes a new instance of the MatrixCell class using a collection of child report items.

Declaration
public MatrixCell(IEnumerable<ReportItem> items)
Parameters
Type Name Description
IEnumerable<ReportItem> items

A collection of child ReportItem objects.