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.
Namespace:
C1.C1Rdl.Rdl2008Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public class Line : ReportItem |
Visual Basic |
---|
Public Class Line _ Inherits ReportItem |
Inheritance Hierarchy
System..::..Object
C1.C1Rdl.Rdl2008..::..ReportElement
C1.C1Rdl.Rdl2008..::..ReportItem
C1.C1Rdl.Rdl2008..::..Line
C1.C1Rdl.Rdl2008..::..ReportElement
C1.C1Rdl.Rdl2008..::..ReportItem
C1.C1Rdl.Rdl2008..::..Line