ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Line Class
Members

In This Topic
    Line Class
    In This Topic
    Represents a line ReportItem within the report definition.
    Object Model
    Line Class
    Syntax
    'Declaration
     
    Public NotInheritable Class Line 
       Inherits ReportItem
       Implements IReportComponentIValidateable 
    public sealed class Line : ReportItem, IReportComponentIValidateable  
    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.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             GrapeCity.ActiveReports.PageReportModel.ReportComponent
                GrapeCity.ActiveReports.PageReportModel.ReportItem
                   GrapeCity.ActiveReports.PageReportModel.Line

    See Also