'Declaration Public Enum ReportLineThickness Inherits System.Enum
'Usage Dim instance As ReportLineThickness
public enum ReportLineThickness : System.Enum
'Declaration Public Enum ReportLineThickness Inherits System.Enum
'Usage Dim instance As ReportLineThickness
public enum ReportLineThickness : System.Enum
Member | Description |
---|---|
DoubleMedium | A double medium report line will be drawn. |
DoubleThick | A double thick report line will be drawn. |
DoubleThin | A double thin report line will be drawn. |
None | No report line will be drawn. |
SingleMedium | A single medium report line will be drawn. |
SingleThick | A single thick report line will be drawn. |
SingleThin | A single thin report line will be drawn. |
The style with which the report line will be drawn is determined by the ReportLine.DashStyle property.
System.Object
System.ValueType
System.Enum
Xceed.Grid.Reporting.ReportLineThickness
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