TdxCustomReportLinkOptionsFormatting.UseNativeStyles Property
In This Article
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 Use
The UseNativeStyles property’s default value is False.
See Also