Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TCustomdxPSExplorer.LoadItemData(TdxPSExplorerItem,TBasedxReportLink) Method

Loads a particular item’s data into a report link.

#Declaration

Delphi
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