Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Reporting Namespace / ReportLine Class
Members


In This Topic
    ReportLine Class
    In This Topic
    Class which represents a horizontal line, above or below a row or group, when it is printed in a report.
    Syntax
    'Declaration
     
    Public Class ReportLine 
    'Usage
     
    Dim instance As ReportLine
    public class ReportLine 
    Inheritance Hierarchy

    System.Object
       Xceed.Grid.Reporting.ReportLine

    Public Properties
     NameDescription
    Public PropertyGets or sets the dash style of the report line.  
    Public PropertyGets or sets the color of the report line.  
    Public PropertyGets or sets a boolean value indicating if the DashStyle property has been explicitly set.  
    Public PropertyGets or sets a boolean value indicating if the System.Drawing.Color property has been explicitly set.  
    Public PropertyGets or sets a boolean value indicating if the Thickness property has been explicitly set.  
    Public PropertyGets or sets the thickness of the report line.  
    Top
    Public Methods
     NameDescription
    Public MethodDetermines whether the specified object is equal to the current report line.  
    Public MethodRetrieves the hash code of the report line.  
    Public MethodResets the value of the DashStyle property to its default value, DashStyle.Solid.  
    Public MethodResets the value of the System.Drawing.Color property to its default value, Color.Black.  
    Public MethodResets the value of the Thickness property to its default value, ReportLineThickness.None.  
    Top
    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