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.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public class Line : ReportItem
Visual Basic
Public Class Line _
	Inherits ReportItem

Inheritance Hierarchy

See Also