ReportItem Class
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
Inheritance Hierarchy
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
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.