Skip to main content

TdxCustomReportLinkOptionsFormatting.UseLookAndFeelColors Property

Indicates the look and feel style used to paint the elements of the control associated with the report link which is drawn using native windows style.

Declaration

property UseLookAndFeelColors: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set the UseLookAndFeelColors property to True to specify that the current report link’s OptionsFormatting.LookAndFeelKind property determines the look and feel style used to paint the elements of the control associated with this report link. Otherwise, the control’s look and feel style is used for painting.

The UseLookAndFeelColors property is effective only for report links which are drawn using native style, i.e. the controls associated with these report links have their LookAndFeel.NativeStyle property set to True. Currently, only the Windows® XP operating system’s native style is supported.

Note

Use the UseLookAndFeelColors property in combination with the UseNativeStyles property to achieve the look required for the report being printed.

The UseLookAndFeelColors property’s default value is False.

See Also