Share via


ContainedObject Class

Represents a contained object.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ContainedObject

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

Syntax

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

The ContainedObject type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property Parent The parent of the contained 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.)
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.

See Also

Reference

Microsoft.ReportingServices.RdlObjectModel Namespace