ReportObjectBase Class

Represents the base class for a report object.

Inheritance Hierarchy

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

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

The ReportObjectBase type exposes the following members.

Constructors

  Name Description
Protected method ReportObjectBase Initializes a new instance of the ReportObjectBase class.

Top

Properties

  Name Description
Public property Parent The parent of this report object.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Initialize Initializes the current ReportObjectBase instance.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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.