Online Documentation for Advanced Data Export for RAD Studio VCL
TQExport4Dialog.DataSet
property DataSet: TDataSet;
Description
Use the Dataset property to determine the exported dataset, if the ExportSource property is esDataSet. The dataset must be opened (Dataset.Active = true) before the export begins (before the Execute method is invoked).
See also: