TdxReport.LoadParametersFromReport Method
Populates the Parameters collection with report parameters created using the Report Designer dialog.
Declaration
procedure LoadParametersFromReport;
Remarks
Call the LoadParametersFromReport procedure to populate the Parameters collection from the current report layout.
Note
The [Parameters] property provides access to a read-only collection of report parameters. Subsequent LoadParametersFromReport procedure calls update the Parameters.
See Also