ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportItem Class
Members

In This Topic
    ReportItem Class
    In This Topic
    A report item is one of the following types of objects: Line, Rectangle, TextBox, Image, Subreport, CustomReportItem, or DataRegion. DataRegions include List, Table, Matrix, and Chart. The ReportItem element itself is not used. Instead, the specific report item element is used whenever ReportItem is allowed.
    Object Model
    ReportItem Class
    Syntax
    'Declaration
     
    Public MustInherit Class ReportItem 
       Inherits ReportComponent
       Implements IReportComponentIValidateable 
    public abstract class ReportItem : ReportComponent, IReportComponentIValidateable  
    Remarks

    The properties in this base class are shared among all types of ReportItem elements. Note, however, that not all properties of the ReportItem are necessarily meaningful for all types of report items.

    Inheritance Hierarchy
    See Also