Gets or sets a value indicating whether the document should be printed in color.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[DefaultValueAttribute(true)]
public bool Color { get; set; }
Visual Basic
<DefaultValueAttribute(True)> _
Public Property Color As Boolean
	Get
	Set

Remarks

The default value for this property is True.

See Also