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.OnInitializeItemOptionsPlace Event

In This Article

Occurs when defining placement for the report item.

#Declaration

Delphi
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