Compartir a través de


IContainedObject.Parent Propiedad

The parent object.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Property Parent As IContainedObject 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

IContainedObject Interfaz

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel