TcxSchedulerReportLinkOptionsFormatting.SuppressContentColoration Property
In This Article
Specifies whether the scheduler’s report is displayed in black and white or color in preview mode.
#Declaration
Delphi
property SuppressContentColoration: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set the SuppressContentColoration property to True to display the scheduler’s report in monochrome when in preview mode.
The default value of the SuppressContentColoration property is False.
See Also