[]
Represents the contents of each corner cell in the tablix.
public sealed class TablixCornerCell : ReportComponent, IReportComponentContainer, IReportComponent, IComponent, IDisposable, IValidateable
The TablixCornerCell class defines the individual cells within the corner section of a tablix. Each cell can contain various contents, which are specified using the CellContents property.
Name | Description |
---|---|
TablixCornerCell() | Initializes a new instance of the TablixCornerCell class. |
Name | Description |
---|---|
CellContents | Gets or sets the contents of a cell in a tablix corner. |
Components | Gets a ReportComponentCollection containing all the ReportComponent in the container. |
Name | Description |
---|---|
Validate(ValidationContext) | Validates the current state of the TablixCornerCell object. |