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

TdxLayoutControlReportLink Class

A report link for printing out the TdxLayoutControl control.

#Declaration

Delphi
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