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

TCustomdxPSExplorer.OnItemDataLoadError Event

In This Article

Fires when data loading errors occur.

#Declaration

Delphi
property OnItemDataLoadError: TdxPSExplorerItemDataLoadErrorEvent read; write;

#Remarks

The OnItemDataLoadError event fires in response to errors that occur when loading a report.

The Sender parameter identifies the report explorer that raised the event.

The AnItem parameter represents the item whose data failed to load.

The AShowErrorMessage parameter specifies whether an error message should be displayed. Pass False as this parameter to prohibit the message. If True is passed as this parameter, you can set the message text via the AText parameter. By default, this parameter value is the return value of the item’s DataLoadErrorText method.

See Also