[]
Represents a row within a tablix that contains a collection of cells.
public sealed class TablixRow : ReportComponent, IReportComponentContainer, IReportComponent, IComponent, IDisposable
| Name | Description |
|---|---|
| TablixRow() | Initializes a new instance of the TablixRow class. |
| Name | Description |
|---|---|
| Components | Gets a ReportComponentCollection containing all the ReportComponent in the container. |
| Height | Gets or sets a height of each cell in this row. |
| TablixCells | Gets a collection of cells within this row in the body section of the tablix. |