[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Line

Line Class

Represents a line ReportItem within the report definition.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class Line : ReportItem, IReportComponent, IComponent, IDisposable, IValidateable
Remarks

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.

Constructors

Name Description
Line()

Initializes a new instance of the Line class.

Properties

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.

Extension Methods