ActiveReports Developer 7
GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace
See Also  Inheritance Hierarchy
GrapeCity.ActiveReports.Extensibility.v7 Assembly : GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace

Glossary Item Box

The GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table namespace includes the interfaces that are used when creating Table.

Interfaces

 InterfaceDescription
InterfaceITable Interface for Table rendering component.
InterfaceITableCell Interface for table cells.
InterfaceITableCellCollection Interface for a collection of table cell objects.
InterfaceITableColumn Interface for a table column.
InterfaceITableColumnCollection Interface for a collection of table column objects.
InterfaceITableDetail Interface for a table detail object.
InterfaceITableDetailCollection Interface for a collection of table detail objects.
InterfaceITableGroup Interface for table group objects.
InterfaceITableGroupCollection Represents a collection of ITableGroup objects.
InterfaceITableHeaderFooterRows Interface for table header or footer row objects.
InterfaceITableRow Interface for a table row object.
InterfaceITableRowCollection Interface for a collection of table row objects.

See Also