[]
Represents a line ReportItem within the report definition.
public sealed class Line : ReportItem, IReportComponent, IComponent, IDisposable, IValidateable
Lines can be drawn from the top or left (or both) and can have negative heights or widths (or both). However, the sum of Top and Height, and the sum of Left and Width, must be non-negative and valid sizes.
Name | Description |
---|---|
Line() | Initializes a new instance of the Line class. |
Name | Description |
---|---|
AccessibleDescription | Gets or sets the description of the control for accessibility client applications. |
Height | Gets or sets a height of the line, allowing for negative values. |
Width | Gets or sets a width of the line, allowing for negative values. |