TBasedxReportLink.OnDataSourceChanged Event
In This Article
Enables you to respond to an impending change in the report link’s report source.
#Declaration
Delphi
property OnDataSourceChanged: TNotifyEvent read; write;
#Remarks
This event fires when the report link’s DataSource property value is about to be modified. For instance, this occurs when a report is loaded from an external storage (file, stream, or explorer item).
Sender provides access to the report link generated the event.
See Also