共用方式為


ReportItem 類別

Represents a report item, such as a rectangle or 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

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。