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

TdxCustomContainerReportLink Class

Represents the base class for the container component report links.

#Declaration

Delphi
TdxCustomContainerReportLink = class(
    TBasedxReportLink,
    IdxReportLinkController
)

#Remarks

The TdxCustomContainerReportLink class publishes several options sets, affecting different aspects of the report link behavior:

  • OptionsBehavior – provides access to options that determine the report link’s behavior in relation to the aggregated components.

  • OptionsDesignerTabs – provides access to options that specify the availability of the report link designer’s pages to end-users.

  • OptionsPagination – provides access to options that specify the manner in which the container component is split across the report pages.

  • OptionsRefinements – provides access to the report link’s refinement options.

  • OptionsTransparent – provides access to transparency settings for the printed container.

This class also publishes events that enable you to:

See Also