ReportObjectBase.Parent Property

The parent of this report object.

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

Syntax

'Declaration
Public Property Parent As IContainedObject 
    Get 
    Set
'Usage
Dim instance As ReportObjectBase 
Dim value As IContainedObject 

value = instance.Parent

instance.Parent = value
public IContainedObject Parent { get; set; }
public:
virtual property IContainedObject^ Parent {
    IContainedObject^ get () sealed;
    void set (IContainedObject^ value) sealed;
}
abstract Parent : IContainedObject with get, set 
override Parent : IContainedObject with get, set
final function get Parent () : IContainedObject 
final function set Parent (value : IContainedObject)

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.IContainedObject
An IContainedObject object.

Implements

IContainedObject.Parent

See Also

Reference

ReportObjectBase Class

Microsoft.ReportingServices.RdlObjectModel Namespace