Свойство Parent

The parent object.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Property Parent As IContainedObject
    Get
    Set
'Применение
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)

Значение свойства

Тип: Microsoft.ReportingServices.RdlObjectModel. . :: . .IContainedObject
An IContainedObject object.