Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxLayoutControlReportLink.OptionsTransparent Property

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

#Declaration

Delphi
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