Table of Contents

TLinqDataTableState.Data Property

Data for the table. Note that this might change in a master-detail report, every time the master changes its active record, Data in the detail will change to the records for the master.

Syntax

Namespace: FlexCel.Report

protected IQueryable<T> Data { get; }

See also