Proprietà RdlCollectionBase<T>.Parent

Gets or sets the parent object.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property Parent As IContainedObject 
    Get 
    Set
'Utilizzo
Dim instance As RdlCollectionBase 
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)

Valore proprietà

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

Implementa

IContainedObject.Parent

Vedere anche

Riferimento

RdlCollectionBase<T> Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel