Skip to main content

TdxPSExplorerItem.RetrieveReportData(TBasedxReportLink) Method

Loads report data from a report link to the report item.

Declaration

procedure RetrieveReportData(AReportLink: TBasedxReportLink); virtual;

Parameters

Name Type
AReportLink TBasedxReportLink

Remarks

The RetrieveReportData method can be used to load a report link’s data into the current item. The source report link containing the desired report is specified by the AReportLink parameter. Note that when an item is being created using the explorer component’s CreateNewItem method or a folder’s CreateItem method the source report link is specified as the method parameter. The RetrieveReportData method can also be used to change the source report link.

See Also