Skip to main content

TdxPSExplorerItem.Load(TBasedxReportLink) Method

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

Declaration

procedure Load(AReportLink: TBasedxReportLink);

Parameters

Name Type
AReportLink TBasedxReportLink

Remarks

Use the Load method to load the item’s report to the report link specified by the AReportLink parameter. The loaded report will be displayed within the component printer’s preview window if the target link is the component’s current link. To specify the current link for a component printer, use the CurrentLink property.

Note that end-users can load an item’s data into the component printer’s current link by double-clicking on an item, pressing the CTRL+ENTER key combination when the desired item is selected or selecting the Load command from the item’s context menu, toolbar or main menu.

You can also use the explorer component’s LoadItemData to load an item into a particular link.

See Also