Back to Devexpress

TdxCustomContainerReportLinkOptionsItemPlace Class

vcl-dxpscontainerlnk-fc3e1e0b.md

latest1.9 KB
Original Source

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

TdxCustomContainerReportLinkOptionsItemPlace Members

dxPSContainerLnk Unit