Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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