Freigeben über


ReportItem-Klasse

Represents a report item, such as a rectangle or tablix.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public MustInherit Class ReportItem _
    Inherits ReportElement _
    Implements IGlobalNamedObject, IShouldSerialize
'Usage
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

Vererbungshierarchie

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.