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
C# Copy Code |
---|
public Brush AlternatingBackground { get; set; } |
Visual Basic Copy Code |
---|
Public Property AlternatingBackground As Brush |
An instance of the Brush class. The default is null (Nothing in Visual Basic).
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.