Partilhar via


Classe ReportItem

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

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

Sintaxe

'Declaração
Public MustInherit Class ReportItem _
    Inherits ReportElement _
    Implements IGlobalNamedObject, IShouldSerialize
'Uso
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

Hierarquia de herança

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

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.