MindFusion WinForms Programmer's Guide
DataRange.AlternatingBackground Property
See Also
 





Gets or sets the brush that will be used to fill the background of the alternating instances of this data range.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public Brush AlternatingBackground { get; set; }

Visual Basic  Copy Code

Public Property AlternatingBackground As Brush

 Property Value

An instance of the Brush class. The default is null (Nothing in Visual Basic).

 Remarks

The value of this property determines the background of all even instances of this DataRange. If the property value is null (Nothing in Visual Basic), the background of even instances is determined by the Background property.

 See Also

DataRange Members
DataRange Class
MindFusion.Reporting Namespace
Background Property
AlternatingBorder Property