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:
Perform custom painting of the aggregated components (OnCustomDrawItem).
Change the aggregated report links settings before printing (OnInitializeReportLink).
Specify the aggregated component options (OnInitializeItem and OnInitializeItemOptionsPlace).
Substitute the required report links for the aggregated components (OnGetComponentReportLink).
Implements
Inheritance
TdxCustomContainerReportLink