Xceed Grid for WinForms v4.3 Documentation
ReportLineThickness Enumeration


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Reporting Namespace : ReportLineThickness Enumeration
Value representing the thickness of a ReportLine.
Syntax
'Declaration
 
Public Enum ReportLineThickness 
   Inherits System.Enum
'Usage
 
Dim instance As ReportLineThickness
public enum ReportLineThickness : System.Enum 
Members
MemberDescription
DoubleMediumA double medium report line will be drawn.
DoubleThickA double thick report line will be drawn.
DoubleThinA double thin report line will be drawn.
NoneNo report line will be drawn.
SingleMediumA single medium report line will be drawn.
SingleThickA single thick report line will be drawn.
SingleThinA single thin report line will be drawn.
Remarks

The style with which the report line will be drawn is determined by the ReportLine.DashStyle property.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Grid.Reporting.ReportLineThickness

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xceed.Grid.Reporting Namespace