Skip to main content

TdxLayoutControlReportLink Class

A report link for printing out the TdxLayoutControl control.

Declaration

TdxLayoutControlReportLink = class(
    TdxCustomContainerReportLink,
    IInterface,
    IdxReportLinkController
)

Remarks

The TdxLayoutControlReportLink class represents a report link for printing out the TdxLayoutControl. The layout control report link class inherits all functionality from its ancestor (TdxCustomContainerReportLink class) and publishes several sets of rendering options. The OptionsPagination options group specifies the manner in which the layout control elements (groups and items) are split across report pages. The OptionsTransparent options group determines the transparency settings for the layout control elements.

See Also