ILinqDataTableState.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 abstract 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 |