[]
Represents a layout and structure of the upper left-hand corner region of a tablix. The height of the corner is the sum of the heights of the column headers, and the width of the corner is the sum of the widths of the row headers.
public sealed class TablixCorner : ReportComponent, IReportComponentContainer, IReportComponent, IComponent, IDisposable, IValidateable
<p>This class contains a collection of <xref href="GrapeCity.ActiveReports.PageReportModel.TablixCornerRow" data-throw-if-not-resolved="false"></xref> objects, which in turn
contain TablixCornerCell objects, allowing for a detailed and structured layout of the corner section.
A corner may contain only static cells that are rendered only once in Tablix.
Name | Description |
---|---|
TablixCorner() | Creates a new instance of the TablixCorner class. |
Name | Description |
---|---|
Components | Gets a ReportComponentCollection containing all the ReportComponent in the container. |
TablixCornerRows | Gets a collection of rows in the corner section of the tablix. |
Name | Description |
---|---|
Validate(ValidationContext) | Validates the current state of the TablixCorner object. |