Back to Devexpress

XtraSchedulerReport.PrintColorSchema Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-xtraschedulerreport.md

latest3.0 KB
Original Source

XtraSchedulerReport.PrintColorSchema Property

Gets or sets the color mode used to print the report.

Namespace : DevExpress.XtraScheduler.Reporting

Assembly : DevExpress.XtraScheduler.v25.2.Reporting.dll

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
[DefaultValue(PrintColorSchema.Default)]
[XtraSerializableProperty]
public PrintColorSchema PrintColorSchema { get; set; }
vb
<DefaultValue(PrintColorSchema.Default)>
<XtraSerializableProperty>
Public Property PrintColorSchema As PrintColorSchema

Property Value

TypeDefaultDescription
PrintColorSchemaDefault

A PrintColorSchema enumeration member, specifying the color mode.

|

Available values:

NameDescription
Default

Prints Scheduler elements in default color mode.

| | FullColor |

Prints Scheduler elements in full color. Appointment colors are taken into account only for appointments colorized by labels. Custom colors set on the AppointmentViewInfoCustomizing and custom draw events are ignored.

| | GrayScale |

Prints Scheduler elements in shades of gray.

| | BlackAndWhite |

Prints Scheduler elements in black-and-white.

|

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

XtraSchedulerReport Class

XtraSchedulerReport Members

DevExpress.XtraScheduler.Reporting Namespace