[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITable

ITable Interface

Represents an interface for a Table rendering component.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface ITable : IDataRegion, IOverflowItem, ISectionRegion, IPageRegion, IReportItem, IRenderComponent, IServiceProvider, IDocumentMapItem, IFixedSizeItem

Properties

Name Description
CanGrowHorizontally

Gets a value indicating whether the table content can grow horizontally.

Columns

Gets the collection of columns for this table instance.

DetailDataCollectionName

Gets the name for the collection of all instances of the table's details used by data-oriented rendering extensions.

DetailDataElementName

Gets the name for each detail instance of the table used by data-oriented rendering extensions.

DetailDataElementOutput

Gets the detail data element output.

Details

Gets the collection of details rows for this table.

Gets the table's footer.

Header

Gets the table's header.

NewGroupingSection

Gets a value indicating whether the grouping is in its own section.

PreventOrphanedFooter

Gets a value indicating whether the orphaned footer is displayed on the next page.

RepeatToFill

Gets a value indicating whether the table should fill the space with empty rows to reach its fixed height. Applicable to FPL reports only.

TableGroups

Gets the collection of table groups.

Extension Methods