ReportObjectBase Class

Represents the base class for a report object.

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

Syntax

'Declaration
Public MustInherit Class ReportObjectBase _
    Implements IContainedObject
'Usage
Dim instance As ReportObjectBase
public abstract class ReportObjectBase : IContainedObject
public ref class ReportObjectBase abstract : IContainedObject
[<AbstractClassAttribute>]
type ReportObjectBase =  
    class
        interface IContainedObject
    end
public abstract class ReportObjectBase implements IContainedObject

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject

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.