ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / Table Class / AutoFillFooter Property

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

    Property Value

    true if the Table Footer should be auto-filled; otherwise, false.
    See Also