Online Documentation for Advanced Excel Report for RAD Studio

DataSet property


Applies to

TEXLReport component

 

Declaration

property DataSet: TDataSet;

 

Description

 

The DataSet property defines the source dataset component (any TDataSet descendant) which contains data for report. You can use data source different from the TDataSet, in this case you should leave the DataSet property empty, and write handler for events OnDataEof, OnDataFirst, OnDataNext, and OnDataPrior.