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

TdxCustomContainerReportLink.OnIsComponentProcessed Event

In This Article

Occurs before processing an aggregated component.

#Declaration

Delphi
property OnIsComponentProcessed: TdxContainerReportLinkIsComponentProcessedEvent read; write;

#Remarks

The OnIsComponentProcessed event occurs before processing an aggregated component. Handling this event allows you to exclude a specific component from the report generation. The processed component is specified via the AComponent parameter. The AIsProcessed parameter specifies whether the component will be processed. Setting it to False excludes he specified component from the report generation.

See Also