Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.