ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / Tablix Class / AutoFillCorner Property

In This Topic
    AutoFillCorner Property
    In This Topic
    Specifies whether Tablix Corner Cell needs to be auto-filled when a field is dropped to Tablix Row Group Cell.
    Syntax
    'Declaration
     
    Public Property AutoFillCorner As Nullable(Of Boolean)
    public Nullable<bool> AutoFillCorner {get; set;}
    See Also