TdxCustomContainerReportLinkOptionsTransparent Class
In This Article
Contains the transparency settings.
#Declaration
Delphi
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