Table of Contents

VirtualDataTable.GetDetail Method

Override this method if the table has linked tables that you can use for master detail relationships instead of normal relationships. This is the case for example in Entity Framework.

Syntax

Namespace: FlexCel.Report

public virtual VirtualDataTable GetDetail(String dataTableName, VirtualDataTable dataTable)

Parameters

<-> Parameter Type Description
dataTableName String Name of the detail dataset we are looking for.
dataTable VirtualDataTable Detail dataset that we are looking for.

Returns

The dataset if it is a detail dataset, null otherwise.

See also