TdxReportParameters.LoadFromLayout Method
Populates the collection with report parameters defined within the parent TdxReport component’s report layout definition.
Declaration
procedure LoadFromLayout; virtual;
Remarks
Call the LoadFromLayout procedure to populate the collection from the current report layout.
Note
The parameter collection is read-only. Subsequent LoadFromLayout procedure calls update the list of parameters stored within the collection.
See Also