[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.TablixCornerCell

TablixCornerCell Class

Represents the contents of each corner cell in the tablix.

Inheritance
TablixCornerCell
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class TablixCornerCell : ReportComponent, IReportComponentContainer, IReportComponent, IComponent, IDisposable, IValidateable
Remarks

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.

Constructors

Name Description
TablixCornerCell()

Initializes a new instance of the TablixCornerCell class.

Properties

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.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the TablixCornerCell object.

Extension Methods