[]
Represents a set of the matrix cells in a row of the detail section of a matrix.
public sealed class MatrixRow : ReportComponent, IReportComponentContainer, IReportComponent, IComponent, IDisposable, IValidateable
| Name | Description |
|---|---|
| MatrixRow() | Initializes a new instance of the MatrixRow class. |
| MatrixRow(Length, IEnumerable<MatrixCell>) | Initializes a new instance of the MatrixRow class using a specified height and collection of cells. |
| Name | Description |
|---|---|
| Components | Gets a ReportComponentCollection containing all the ReportComponent in the container. |
| Height | Gets or sets a height of each detail cell in the row. |
| MatrixCells | Gets a collection of cells in the row in the detail section of the Matrix. |
| Name | Description |
|---|---|
| Validate(ValidationContext) | Validates the information in each property of the MatrixRow object. |