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

In This Topic
    Table Class
    In This Topic
    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
    public class Table : CanvasItem 
    Inheritance Hierarchy

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

    See Also