Skip to main content

TdxCustomContainerReportLink.OnInitializeReportLink Event

Occurs when initializing an aggregated report link.

Declaration

property OnInitializeReportLink: TdxContainerReportLinkInitializeReportLinkEvent read; write;

Remarks

If the OptionsBehavior.ConsumeExistingLinks option is active, then the ExpressPrinting System accepts the settings of the aggregated printing links. The OnInitializeReportLink event occurs during the initialization of an aggregated report link. You can handle this even to change the aggregated report link settings. The AReportLink parameter identifies the processed aggregated report link. The AStage parameter specifies whether the changes will be applied to the aggregated report link before or after initializing the container report link.

See Also