GrapeCity ActiveReports for .NET 16.0J
ReportItem クラス
メンバ 

GrapeCity.ActiveReports.PageReportModel 名前空間 : ReportItem クラス
以下のいずれかの項目はレポートアイテムです: Line, Rectangle, TextBox, Image, Subreport, CustomReportItem, または、 DataRegion. DataRegions には List, Table, Matrix, and Chart はデータ領域です。ReportItem 要素自体は使用されません。代わりに、ReportItemが許可されている場合は、指定したレポートアイテムは使用されます。
オブジェクト モデル
ReportItem クラス
シンタックス
'宣言
 
Public MustInherit Class ReportItem 
   Inherits ReportComponent
   Implements IReportComponent, IValidateable 
public abstract class ReportItem : ReportComponent, IReportComponent, IValidateable  
解説

この基本クラスのプロパティはすべてのReportItem要素の種類の間に共有されています。しかし、ReportItemのすべてのプロパティはすべてのレポートアイテムの種類に適用されません。

継承階層

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         GrapeCity.ActiveReports.PageReportModel.ReportComponent
            GrapeCity.ActiveReports.PageReportModel.ReportItem
               GrapeCity.ActiveReports.PageReportModel.Band
               GrapeCity.ActiveReports.PageReportModel.BandedList
               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.ShapeBase
               GrapeCity.ActiveReports.PageReportModel.Subreport
               GrapeCity.ActiveReports.PageReportModel.TableOfContents
               GrapeCity.ActiveReports.PageReportModel.TextItem

参照

ReportItem メンバ
GrapeCity.ActiveReports.PageReportModel 名前空間