[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Designer.Table.AutoFillHeader

AutoFillHeader Property

AutoFillHeader

Gets or sets a value indicating whether the Table Header needs to be auto-filled when a field is dropped to the Table Details.

Declaration
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public bool? AutoFillHeader { get; set; }
Property Value
Type Description
bool?

true if the Table Header should be auto-filled; otherwise, false.