[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Designer.Table

Table Class

Represents the features for table items.

Inheritance
Table
Namespace: GrapeCity.ActiveReports.Blazor.Designer
Assembly: MESCIUS.ActiveReports.Blazor.Designer.dll
Syntax
public class Table
Remarks

The Table class provides properties to configure the features for table items, such as auto-filling headers and footers, merging cells, and visibility of frozen rows and columns.

Constructors

Name Description
Table()

Properties

Name Description
AutoFillFooter

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

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.

CanMergeCellsVertically

Gets or sets a value indicating whether the vertical merge of cells is enabled within the Table Header, Details, and Footer.

HideFrozenRowsColumns

Gets or sets a value indicating whether to hide FrozenRows/FrozenColumns properties from the PropertyGrid.