[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.TablixCorner

TablixCorner Class

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.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class TablixCorner : ReportComponent, IReportComponentContainer, IReportComponent, IComponent, IDisposable, IValidateable
Remarks
<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.

Constructors

Name Description
TablixCorner()

Creates a new instance of the TablixCorner class.

Properties

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.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the TablixCorner object.

Extension Methods