IContainedObject.Parent Property
The parent object.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Property Parent As IContainedObject
Get
Set
'Usage
Dim instance As IContainedObject
Dim value As IContainedObject
value = instance.Parent
instance.Parent = value
IContainedObject Parent { get; set; }
property IContainedObject^ Parent {
IContainedObject^ get ();
void set (IContainedObject^ value);
}
abstract Parent : IContainedObject with get, set
function get Parent () : IContainedObject
function set Parent (value : IContainedObject)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.IContainedObject
An IContainedObject object.