Search
DataRange.AlternatingBorder Property
See Also
 





Gets or sets the alternating border of this data range.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public Border AlternatingBorder { get; set; }

Visual Basic  Copy Code

Public Property AlternatingBorder As Border

 Property Value

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

 Remarks

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

 See Also