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

In This Topic
    TablixCornerCell Class
    In This Topic
    Represents the contents of each corner cell in the tablix.
    Object Model
    TablixCornerCell Class
    Syntax
    'Declaration
     
    Public NotInheritable Class TablixCornerCell 
       Inherits ReportComponent
       Implements IReportComponentIReportComponentContainerIValidateable 
    public sealed class TablixCornerCell : ReportComponent, 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