Partilhar via


Propriedade do RDL IContainedObject.Parent

The parent object.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

IContainedObject Interface

Namespace Microsoft.ReportingServices.RdlObjectModel