MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / Table Class
Members

Table Class
Represents the table canvas item. The Table CanvasItems contains an arrayList of TableRow Object which contain an array list of TableCell Objects which contains an array list of canvasItems. This class saves, load, and renders a table.
Object Model
Table Class
Syntax
'Declaration
 
Public Class Table 
   Inherits CanvasItem
 
Inheritance Hierarchy

System.Object
   GrapeCity.ActiveReports.Document.Section.CanvasItem
      GrapeCity.ActiveReports.Document.Section.Table

See Also