|
|
|||
Home Products Downloads Registered users Support Prices Order Primary Subscription |
|
||
TxlDataSource classUnit: xlReport This class represents an item of the collection (a TCollectionItem descendant) used to bind a dataset to a report (i.e. with the instance of TxlReport). Its main purpose is to describe a data set supplying data for a report. Create instances of this class using methods of the DataSources collection or the TxlReport.AddDataSet method. Fill the properties needed while editing the form or at run-time. Here are the properties:
Example:
Report.DataSources[0].MacroBefore := ''; Report.DataSources[0].Range := 'CustRange'; Report.DataSources[0].MacroAfter := 'Module1.BuildPivotTable'; Report.DataSources[0].DataSet := qryCustomers; Because this class is not designed to be used alone, it doesn't contain published methods. In addition to properties, the TxlDataSource class contains several events that can be useful in some reports. |
Components
Developed forDelphi 4, 5, 6, 7 Excel version supportedMS Excel 97 (SR2)
[ Download it ] |