[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableGroup

ITableGroup Interface

Represents an interface for table group objects.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface ITableGroup : IToggleReceiver, IDocumentMapItem, ISectionRegion

Properties

Name Description
DataCollectionName

Gets the name of the table group element.

DataElementName

Gets the name of this group instance element.

DetailDataCollectionName

Gets the name that data-oriented rendering extensions should use for the collection of all instances of the table's details.

DetailDataElementName

Gets the name that data-oriented rendering extensions should use for each detail instance of the table.

DetailDataElementOutput

Gets a value indicating whether the details should appear in a data rendering.

Details

Gets the details rows for this group.

EndSection

Gets the location where the layout should continue.

Gets the footer section of this group.

Header

Gets the header section of this group.

KeepTogether

Gets a value indicating whether the table group is kept together on a single page where possible.

PageBreak

Gets the page breaking options.

PreventOrphanedFooter

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

SubGroups

Gets the inner groups of the table that are nested within this one.

Table

Gets the ITable that this group is a member of.

Extension Methods