ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix Namespace / ITablix Interface / Corner Property

In This Topic
    Corner Property (ITablix)
    In This Topic
    Gets the upper left corner area of the tablix.
    Syntax
    'Declaration
     
    ReadOnly Property Corner As ITablixCorner
    ITablixCorner Corner {get;}

    Property Value

    An ITablixCorner instance representing the upper left corner area of the tablix.
    See Also