[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.Table

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.

Inheritance
Table
Implements
Namespace: GrapeCity.ActiveReports.Document.Section
Assembly: MESCIUS.ActiveReports.Core.Document.dll
Syntax
public class Table : CanvasItem, IDisposable, ICloneable

Properties

Name Description
Bounds

Gets or sets the bounds.

Methods

Name Description
Clone()

Performs a cloning of this instance.

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged/managed resources.

ToString()

Returns a string that represents the current object.