Partager via


Propriété IContainedObject.Parent

The parent object.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Property Parent As IContainedObject 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

IContainedObject Interface

Espace de noms Microsoft.ReportingServices.RdlObjectModel