Table of Contents

FlexCelReport.GetTable Method

Returns the VirtualDataTable with the specified name that was added to the report.

Syntax

Namespace: FlexCel.Report

public VirtualDataTable GetTable(String tableName)

Parameters

<-> Parameter Type Description
tableName String Name of the table to retrieve.

See also