Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Line Class
Members

In This Topic
    Line Class
    In This Topic
    Represents a line in a report. The Line class has no additional properties beyond what it inherits from ReportItem. Negative heights/widths allow for lines that are drawn up and/or left from their origin. Although negative Height and Width are allowed, both Top+Height and Left+Width must be nonnegative valid sizes.
    Object Model
    Line Class
    Syntax
    'Declaration
     
    Public Class Line 
       Inherits ReportItem
       Implements IStyleOwner 
    public class Line : ReportItem, IStyleOwner  
    Inheritance Hierarchy

    System.Object
       C1.C1Rdl.Rdl2008.ReportElement
          C1.C1Rdl.Rdl2008.ReportItem
             C1.C1Rdl.Rdl2008.Line

    See Also