Docs HotXLS

Dataset-property

Spécifie the Dataset wich should be exported to an excel file. Read/write TDataset

Syntaxe

property Dataset: TDataset;

Exemple

This example sets the dataset property to Table1

DataToXLS1.Dataset := Table1;