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

In This Topic
    TablixCorner Class
    In This Topic
    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.
    Object Model
    TablixCorner Class
    Syntax
    'Declaration
     
    Public NotInheritable Class TablixCorner 
       Inherits ReportComponent
       Implements IReportComponentIReportComponentContainerIValidateable 
    public sealed class TablixCorner : ReportComponent, IReportComponentIReportComponentContainerIValidateable  
    Remarks

    This class contains a collection of TablixCornerRow 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.

    Inheritance Hierarchy

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

    See Also