ActiveReports 9
ReportItem Class
Members 

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 IReportComponent 
public abstract class ReportItem : ReportComponent, IReportComponent  
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

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         GrapeCity.ActiveReports.PageReportModel.ReportComponent
            GrapeCity.ActiveReports.PageReportModel.ReportItem
               GrapeCity.ActiveReports.PageReportModel.CustomReportItem
               GrapeCity.ActiveReports.PageReportModel.DataRegion
               GrapeCity.ActiveReports.PageReportModel.Image
               GrapeCity.ActiveReports.PageReportModel.Line
               GrapeCity.ActiveReports.PageReportModel.Map
               GrapeCity.ActiveReports.PageReportModel.OverflowPlaceHolder
               GrapeCity.ActiveReports.PageReportModel.Subreport
               GrapeCity.ActiveReports.PageReportModel.TableOfContents
               GrapeCity.ActiveReports.PageReportModel.TextItem

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReportItem Members
GrapeCity.ActiveReports.PageReportModel Namespace

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum