MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TablixCornerCell Class
Members

TablixCornerCell Class
Represents the contents of each corner cell in the tablix.
Object Model
TablixCornerCell Class
Syntax
'Declaration
 
Public NotInheritable Class TablixCornerCell 
   Inherits ReportComponent
   Implements IReportComponentIReportComponentContainerIValidateable 
 
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.
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         GrapeCity.ActiveReports.PageReportModel.ReportComponent
            GrapeCity.ActiveReports.PageReportModel.TablixCornerCell

See Also