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

In This Topic
    ITable Interface Members
    In This Topic

    The following tables list the members exposed by ITable.

    Public Properties
     NameDescription
     PropertyDetermines if table content can grow horizontally  
     PropertyReturns ITableColumn collection for this table instance.  
     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 table.  
     PropertyGets the table's footer.  
     PropertyGets the table's header.  
     PropertyA Boolean value indicating whether the grouping is in it's own section.  
     PropertyIndicates whether the orphaned footer is displayed on next page.  
     PropertyValue indicating whether a Table should fill the space with empty rows to reach its FixedHeight. Applicable to FPL reports only.  
     PropertyThe instances of each of the subsequent groupings defined by the table are accessible via each group instance's TableGroup.SubGroups property.  
    Top
    See Also