|
|
|||
Home Products Downloads Registered users Support Prices Order Primary Subscription |
|
||
TxlReportParams classUnit: xlReport The TxlReportParams class implements the collection of report parameters. It is accessible via the Params property of the TxlReport class. TxlReportParams PropertiesItems public read/writeAccesses a collection item by index.
property Items[Index: integer]: TxlReportParam;
Use the ParamByName property of the TxlReport class in order to access parameters by their names. Report public read onlyPoints to the instance of TxlReport that owns the collection.
property Report: TxlReport;
TxlReportParams MethodsAdd publicAdds a new item to the collection.
function Add: TxlReportParam;
|
Components
Developed forDelphi 4, 5, 6, 7 Excel version supportedMS Excel 97 (SR2)
[ Download it ] |