[]
Represents a layout and structure of the bottom right region containing the columns and rows of the tablix.
public sealed class TablixBody : ReportComponent, IReportComponentContainer, IReportComponent, IComponent, IDisposable, IValidateable
| Name | Description |
|---|---|
| TablixBody() | Initializes a new instance of the TablixBody class. |
| Name | Description |
|---|---|
| Components | Gets a ReportComponentCollection containing all the ReportComponent in the container. |
| TablixColumns | Gets a collection of columns in the body section of the tablix. |
| TablixRows | Gets a collection of rows in the body section of the tablix. |
| Name | Description |
|---|---|
| Validate(ValidationContext) | Validates the current state of the TablixBody object. |