Skip to main content

TdxCustomContainerReportLinkOptionsItemPlace Class

Contains options affecting the printed components size and placement.

Declaration

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