'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
.'Declaration Public Property AutoFillFooter As Nullable(Of Boolean)
public Nullable<bool> AutoFillFooter {get; set;}
true
if the Table Footer should be auto-filled; otherwise, false
.