Skip to main content

TdxCustomContainerReportLink Class

Represents the base class for the container component report links.

Declaration

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