Gets or sets the alternating border of this data range.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# Copy Code |
---|
public Border AlternatingBorder { get; set; } |
Visual Basic Copy Code |
---|
Public Property AlternatingBorder As Border |
An instance of the Border class. The default is null (Nothing in Visual Basic).
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.