Class TableResult
Represents a result table.
Inheritance
System.Object
TableResult
Inherited Members
Namespace: FastReport.Table
Assembly: FastReport.OpenSource.dll
Syntax
public class TableResult : TableBase, IFRSerializable, IParent
Remarks
Do not use this class directly. It is used by the TableObject and MatrixObject objects to render a result.
Constructors
TableResult()
Creates a new instance of the TableResult class.
Declaration
public TableResult()
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Overrides
GetChildObjects(ObjectCollection)
Gets a list of child objects.
Declaration
public override void GetChildObjects(ObjectCollection list)
Parameters
Type | Name | Description |
---|---|---|
ObjectCollection | list | List to fill with values. |
Overrides
Events
AfterCalcBounds
Occurs after calculation of table bounds.
Declaration
public event EventHandler AfterCalcBounds
Event Type
Type | Description |
---|---|
System.EventHandler |
Remarks
You may use this event to change automatically calculated rows/column sizes. It may be useful if you need to fit dynamically printed table on a page.