Table of Contents

VirtualDataTable.VirtualDataTable Constructor

Creates a new virtual datatable instance and assigns a name to it.

Syntax

Namespace: FlexCel.Report

protected VirtualDataTable(String aTableName, VirtualDataTable aCreatedBy)

Parameters

<-> Parameter Type Description
aTableName String Name for the virtual data table. Note that this name is *not* used anywhere in FlexCel code, except to report errors.
The Table names that are used on reports are the ones in VirtualDataTableState
aCreatedBy VirtualDataTable Table that created this table (via a filter, distinct, etc), or null if this table wasn't created from another VirtualDataTable.

See also