[]
Represents the interface for the cell of a matrix.
public interface IMatrixCell : IRenderComponent, IServiceProvider, IReportItemContainer
| Name | Description |
|---|---|
| CellLabel | Gets the cell's label. |
| DataElementName | Gets the name of the data element. |
| DataElementOutput | Gets the output of the data element. |
| Height | Gets the cell height. |
| ReportItem | Gets the report item. |
| Width | Gets the cell width. |