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
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