TdxCustomContainerReportLinkOptionsTransparent Class
Contains the transparency settings.
Declaration
TdxCustomContainerReportLinkOptionsTransparent = class(
TdxCustomContainerReportLinkOptions
)
Remarks
The TdxCustomContainerReportLinkOptionsTransparent class contains he transparency settings. These settings enable the transparent painting of:
the aggregated containers (see the Containers property);
the aggregated controls background (see the Controls property);
the aggregated graphics (see the Graphics property);
the container background (see the Root property).
The TdxCustomContainerReportLinkOptionsTransparent object is referenced by a container report link’s OptionsTransparent property.
Inheritance
TObject
TPersistent
TdxCustomContainerReportLinkOptions
TdxCustomContainerReportLinkOptionsTransparent
See Also