XtraSchedulerReport.PrintColorSchema Property
Gets or sets the color mode used to print the report.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v20.2.Reporting.dll
Declaration
[DefaultValue(PrintColorSchema.Default)]
[XtraSerializableProperty]
public PrintColorSchema PrintColorSchema { get; set; }
<DefaultValue(PrintColorSchema.Default)>
<XtraSerializableProperty>
Public Property PrintColorSchema As PrintColorSchema
Property Value
Type | Default | Description |
---|---|---|
PrintColorSchema | Default |
A PrintColorSchema enumeration member, specifying the color mode. |
Remarks
The color mode can also be specified for certain scheduler report elements, irrespective the global PrintColorSchema setting. For example, you can print appointments and the all-day area in full color, while the report will be printed in gray scale. See the DayViewTimeCells.PrintColorSchemas and the TimeCellsControlBase.PrintColorSchemas properties.
See Also
Feedback