TBasedxReportLink.InternalRestoreFromOriginal Method
Restores original component settings for a report.
Declaration
procedure InternalRestoreFromOriginal; virtual;
Remarks
The InternalRestoreFromOriginal method is used internally to return to original component view settings. Descendants can override the InternalRestoreFromOriginal method to restore settings particular to a component of the report link.
See Also