Classe ReportItem
Represents a report item, such as a rectangle or tablix.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public MustInherit Class ReportItem _
Inherits ReportElement _
Implements IGlobalNamedObject, IShouldSerialize
'Utilisation
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
Hiérarchie d'héritage
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
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.