|
|
|||
Home Products Downloads Registered users Support Prices Order Primary Subscription |
|
||
TxlReportParam classUnit: xlReport The TxlReportParam class implements an item of the TxlReportParams collection allowing transferring report parameters to the report. You create instances of this class using methods of TxlReportParams. Fill its properties either at design-time or at run-time. TxlReportParam PropertiesName published read/writeSets or returns the name of the report parameter.
property Name: string;
Use this property in order to name the report parameter. Default value is the empty string. The name must be a unique string, otherwise you will get an exception. Use the report parameter in a report via the following construction =XLRPARAMS_ParamName. Report public read onlyPoints to the instance of TxlReport that owns the parameter.
property Report: TxlReport;
Value published read/writeSets or returns the value of the report parameter.
property Value: Variant;
Use this property in order to transfer OLEVariant-compatible values to the report. |
Components
Developed forDelphi 4, 5, 6, 7 Excel version supportedMS Excel 97 (SR2)
[ Download it ] |