Reporting

Gets or sets the foreground color of the report item.

Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public Color Color { get; set; }
Visual Basic
Public Property Color As Color
	Get
	Set

Field Value

The foreground Color of the report item. The default is Black.

Version Information

Supported in: 1.0.1

See Also