Table of Contents

VirtualDataTableState.VirtualDataTableState Constructor

Constructs a new VirtualDataTableState with the specified name. Note that you will not call this constructor directly, new VirtualDataTableState instances will be created only by VirtualDataTable.CreateState

Syntax

Namespace: FlexCel.Report

protected VirtualDataTableState(VirtualDataTable aTableData)

Parameters

<-> Parameter Type Description
aTableData VirtualDataTable VirtualDataTable that created this instance.

See also