TdxPSExplorerItem.Unload Method
Unloads the item’s data from the associated report link.
Declaration
procedure Unload;
Remarks
To display an item’s content within the component printer’s preview window, you should load the item’s data into the component printer’s current report link. This can be done using either the explorer component’s LoadItemData method or the desired item’s Load method. The Unload method can be used to unload the data from the report link, which it has been loaded to. After the method has been called, the preview window displays the current report link’s content specified by the link’s bound component.
You can also use the explorer component’s UnloadItemData method to unload a particular item’s report from a report link.
See Also