Skip to main content

TdxLayoutControlReportLink.OptionsTransparent Property

Contains transparency settings for the printed layout’s control elements.

Declaration

property OptionsTransparent: TdxLayoutControlReportLinkOptionsTransparent read; write;

Property Value

Type
TdxLayoutControlReportLinkOptionsTransparent

Remarks

Use the OptionsTransparent properties to specify the transparency for the printed layout control elements. The Groups option enables transparent painting of the layout control group’s background. The Items option enables transparent painting of the layout control items background.

Call the Options.RestoreDefaults method if you want to revert this set of options to their default values.

See Also