ActiveReports Developer 7
ITable Interface Members
See Also  Properties 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace : ITable Interface

Glossary Item Box

The following tables list the members exposed by ITable.

Public Properties

 NameDescription
 PropertyColumnsReturns ITableColumn collection for this table instance.  
 PropertyDetailDataCollectionNameThe name that data oriented rendering extensions should use for the collection of all instances of the table's details.  
 PropertyDetailDataElementNameThe name that data oriented rendering extensions should use for each detail instance of the table.  
 PropertyDetailDataElementOutputIndicates 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.  
 PropertyDetailsDefines details rows for this table.  
 PropertyFooterGets the table's footer.  
 PropertyHeaderGets the table's header.  
 PropertyTableGroupsThe instances of each of the subsequent groupings defined by the table are accessible via each group instance's TableGroup.SubGroups property.  
Top

See Also