ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / LineItem Class
Members

In This Topic
    LineItem Class
    In This Topic
    Summary description for Line. Line was changed to LineItem because we have a Line class in the DataDynamics.ActiveReports3 namespace which is also included in every single report's codebehind by default.
    Object Model
    LineItem Class
    Syntax
    'Declaration
     
    Public Class LineItem 
       Inherits CanvasItem
    public class LineItem : CanvasItem 
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.Document.Section.CanvasItem
          GrapeCity.ActiveReports.Document.Section.LineItem

    See Also