GrapeCity.ActiveReports.Extensibility.v9 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace : ITable Interface |
The following tables list the members exposed by ITable.
Name | Description | |
---|---|---|
![]() | CanGrowHorizontally | |
![]() | 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 | |
![]() | PreventOrphanedFooter | Indicates whether the last detailed row will be printed along with the footer in order to prevent orphaned footer on the next page. |
![]() | RepeatToFill | |
![]() | TableGroups | The instances of each of the subsequent groupings defined by the table are accessible via each group instance's TableGroup.SubGroups property. |