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

In This Topic
    ReportItem Class
    In This Topic
    Represents a report item within a report, which can be one of several types of objects: Line, Shape, TextBox, Image, Subreport, CustomReportItem, or DataRegion. DataRegions include List, Table, Matrix, Tablix, and Chart. This base class is not used directly; specific report item types are used instead.
    Object Model
    ReportItem Class
    Syntax
    'Declaration
     
    Public MustInherit Class ReportItem 
       Inherits ReportComponent
       Implements IReportComponentIValidateable 
    public abstract class ReportItem : ReportComponent, IReportComponentIValidateable  
    Remarks

    This class provides common properties shared among all report item types. However, not all properties are relevant to every type of report item.

    Inheritance Hierarchy
    See Also