ReportItem クラス

長方形、Tablix などのレポート アイテムを表します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public MustInherit Class ReportItem _
    Inherits ReportElement _
    Implements IGlobalNamedObject, IShouldSerialize
'使用
Dim instance As ReportItem
public abstract class ReportItem : ReportElement, 
    IGlobalNamedObject, IShouldSerialize
public ref class ReportItem abstract : public ReportElement, 
    IGlobalNamedObject, IShouldSerialize
[<AbstractClassAttribute>]
type ReportItem =  
    class
        inherit ReportElement
        interface IGlobalNamedObject
        interface IShouldSerialize
    end
public abstract class ReportItem extends ReportElement implements IGlobalNamedObject, IShouldSerialize

継承階層

System. . :: . .Object
  Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
      Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportElement
        Microsoft.ReportingServices.RdlObjectModel..::..ReportItem
          Microsoft.ReportingServices.RdlObjectModel. . :: . .CustomReportItem
          Microsoft.ReportingServices.RdlObjectModel. . :: . .DataRegion
          Microsoft.ReportingServices.RdlObjectModel. . :: . .DataRegionPlaceholder
          Microsoft.ReportingServices.RdlObjectModel. . :: . .Image
          Microsoft.ReportingServices.RdlObjectModel. . :: . .Line
          Microsoft.ReportingServices.RdlObjectModel. . :: . .Rectangle
          Microsoft.ReportingServices.RdlObjectModel. . :: . .Subreport
          Microsoft.ReportingServices.RdlObjectModel. . :: . .Textbox

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。