[]
Represents the contents of each cell in the body section of a tablix.
public sealed class TablixCell : ReportComponent, IReportComponentContainer, IReportComponent, IComponent, IDisposable, IValidateable
| Name | Description |
|---|---|
| TablixCell() | Initializes a new instance of the TablixCell class. |
| Name | Description |
|---|---|
| AutoMergeMode | Gets a mode to merge the adjacent cells (text boxes) in a row group with the same value. |
| CellContents | Gets or sets a report item contained in a cell. |
| Components | Gets a ReportComponentCollection containing all the ReportComponent in the container. |
| DataElementName | Gets or sets a name of the top-level XML element that represents the instances of this group. |
| DataElementOutput | Gets or sets a value indicating whether the item appears in a data rendering. |
| Name | Description |
|---|---|
| Validate(ValidationContext) | Validates the current state of the TablixCell object. |