[]
Initializes a new instance of the MatrixCell class
public MatrixCell()
Initializes a new instance of the MatrixCell class using a collection of child report items.
public MatrixCell(IEnumerable<ReportItem> items)
Type | Name | Description |
---|---|---|
IEnumerable<ReportItem> | items | A collection of child ReportItem objects. |