ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Matrix Class / Corner Property

In This Topic
    Corner Property
    In This Topic

    Gets or sets the region that contains the elements of the upper left corner area of the matrix.

    Syntax
    'Declaration
     
    Public Property Corner As Corner
    public Corner Corner {get; set;}

    Property Value

    A Corner object indicating the region that contains the elements of the upper left corner area of the matrix.

    Remarks

    If omitted, no report items are output in the corner.

    See Also