Search
DataRange.Border Property
See Also
 





Gets or sets the border of this data range.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public Border Border { get; set; }

Visual Basic  Copy Code

Public Property Border As Border

 Property Value

An instance of the Border class. The default is an empty border.

 See Also