HotXLS Documentation

Dataset property

Specifies the Dataset which should be exported to an excel file. Read/write TDataset

Syntax

property Dataset: TDataset;

Example

This example sets the dataset property to Table1

DataToXLS1.Dataset := Table1;