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

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

    Property Value

    true if the Tablix Corner Cell should be auto-filled; otherwise, false.
    See Also