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

TdxCustomContainerReportLinkOptionsItemPlace Class

Contains options affecting the printed components size and placement.

#Declaration

Delphi
TdxCustomContainerReportLinkOptionsItemPlace = class(
    TdxCustomContainerReportLinkOptions
)

#Remarks

The TdxCustomContainerReportLinkOptionsItemPlace class contains options affecting the printed components size and placement. These options are useful when printing components whose content size can differ from the component size, for instance, TMemo. When the ExpandHeight or ExpandWidth options are active, then the corresponding component dimension within a report is enlarged to match the content. When the ShrinkHeight or ShrinkWidth options are active, then the corresponding component dimension within a report is shrank to match the content.

An instance of the TdxCustomContainerReportLinkOptionsItemPlace class is passed as the Link.OnInitializeItemOptionsPlace event parameter.

#Inheritance

TObject
TPersistent
TdxCustomContainerReportLinkOptions
TdxCustomContainerReportLinkOptionsItemPlace
See Also