TdxCustomContainerReportLink.OnIsComponentProcessed Event
Occurs before processing an aggregated component.
Declaration
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