NativeExcel suite v2.x

Dataset property

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

Syntax

property Dataset: TDataset;

Example

This example sets the dataset property to Table1.
Dataset2Excel1.Dataset := Table1;
Copyright © NikaSoft 2004-2010