Table of Contents

TLinqDataTableState<T>.GetDetail<Q> Method

Returns a detail table. This is used in master-detail relationships to get the nested table for the detail band.

Syntax

Namespace: FlexCel.Report

public IEnumerable<Q> GetDetail<Q>(TLinqDataTable<Q> Detail, out Boolean IsEmptyList)

Parameters

<-> Parameter Type Description
Detail TLinqDataTable<Q> Detail data table calling this method.
out IsEmptyList Boolean Return true if the enumerator has 0 records.

Type Parameters

Type Parameter Description
Q Type of the parameter.

See also