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

TdxCustomReportLinkOptionsFormatting.UseNativeStyles Property

Specifies whether the control associated with the report link will be painted using the

report link’s Styles settings or its own Styles settings.

#Declaration

Delphi
property UseNativeStyles: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Set the UseNativeStyles property to True to specify that the report link’s Styles settings will be used to paint the control associated with the report link within a report. Otherwise, the report is painted using the control’s Styles settings.

Note

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

The UseNativeStyles property’s default value is False.

See Also