ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TablixCorner Class
Members

In This Topic
    TablixCorner Class
    In This Topic
    Defines the 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. The width of the corner is the sum of the widths of the row headers.
    Object Model
    TablixCorner Class
    Syntax
    'Declaration
     
    Public NotInheritable Class TablixCorner 
       Inherits ReportComponent
       Implements IReportComponentIReportComponentContainerIValidateable 
    public sealed class TablixCorner : ReportComponent, IReportComponentIReportComponentContainerIValidateable  
    Inheritance Hierarchy

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

    See Also