ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace / ITableGroup Interface
Properties

In This Topic
    ITableGroup Interface Members
    In This Topic

    The following tables list the members exposed by ITableGroup.

    Public Properties
     NameDescription
     PropertyThe name of the table group element.  
     PropertyThe name of this group instance element.  
     PropertyThe name that data oriented rendering extensions should use for the collection of all instances of the table's details  
     PropertyThe name that data oriented rendering extensions should use for each detail instance of the table.  
     PropertyIndicates 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.  
     PropertyDefines details rows for this group.  
     PropertySpecifies where the layout should continue.  
     PropertyDefines the header section of this group.  
     PropertyDefines the header section of this group.  
     PropertyGets a value indicating whether a table group is kept together on a single page where possible.  
     PropertyDefines page breaking options.  
     PropertyIndicates whether the orphaned footer is displayed on next page.  
     PropertyThe inner groups of the table that are nested within this one.  
     PropertyThe ITable that this group is a member of.  
    Top
    See Also