Skip to main content

TCustomdxPSExplorer.OnItemDataLoadError Event

Fires when data loading errors occur.

Declaration

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