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

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