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 | |
---|---|---|
ContainedObject | Initializes a new instance of the ContainedObject class. |
Top
Properties
Name | Description | |
---|---|---|
Parent | The parent of the contained object. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.