Name | Description | |
---|---|---|
CanGrowHorizontally | Determines if table content can grow horizontally | |
Columns | Returns ITableColumn collection for this table instance. | |
DetailDataCollectionName | The name that data oriented rendering extensions should use for the collection of all instances of the table's details. | |
DetailDataElementName | The name that data oriented rendering extensions should use for each detail instance of the table. | |
DetailDataElementOutput | Indicates whether the details should appear in a data rendering. Valid values are GrapeCity.ActiveReports.Extensibility.Rendering.Components.DataElementOutput.NoOutput and GrapeCity.ActiveReports.Extensibility.Rendering.Components.DataElementOutput.Output. | |
Details | Defines details rows for this table. | |
Footer | Gets the table's footer. | |
Header | Gets the table's header. | |
NewGroupingSection | A Boolean value indicating whether the grouping is in it's own section. | |
PreventOrphanedFooter | Indicates whether the orphaned footer is displayed on next page. | |
RepeatToFill | Value indicating whether a Table should fill the space with empty rows to reach its FixedHeight. Applicable to FPL reports only. | |
TableGroups | The instances of each of the subsequent groupings defined by the table are accessible via each group instance's TableGroup.SubGroups property. |