Skip to main content

TdxCustomContainerReportLink.OnInitializeItemOptionsPlace Event

Occurs when defining placement for the report item.

Declaration

property OnInitializeItemOptionsPlace: TdxContainerReportLinkInitializeItemOptionsPlaceEvent read; write;

Remarks

The OnInitializeItemOptionsPlace event occurs when defining placement for the report item. The processed item is identified via the AnItem parameter. The corresponding aggregated component is specified via the AComponent parameter. The AOptionsPlace parameter specifies the placement options for the printed item.

Handling this event is useful when processing components whose size does not match their content size. In this case the AOptionsPlace properties specify whether the aggregated component dimensions within a report are enlarged or shrunk to match the component content.

See Also