TCustomdxPSExplorer.LoadItemData(TdxPSExplorerItem,TBasedxReportLink) Method
Loads a particular item’s data into a report link.
Declaration
procedure LoadItemData(AnItem: TdxPSExplorerItem; AReportLink: TBasedxReportLink); overload;
Parameters
Name | Type |
---|---|
AnItem | TdxPSExplorerItem |
AReportLink | TBasedxReportLink |
Remarks
Use the LoadItemData method to load a particular item’s data into a report link. The item whose data is to be loaded is specified by the AnItem parameter. The target report’s link is specified by the AReportLink parameter. Once data has been loaded, the specified item is selected and the corresponding report displayed within the preview window, provided that the specified report link is the current one. Use the component printer’s CurrentLink property to specify the current report link.
Note that you can use the desired item’s Load method for the same purpose.
See Also