Udostępnij za pośrednictwem


Właściwość ReportObjectBase.Parent

Element nadrzędny obiektu raportu.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property Parent As IContainedObject
    Get
    Set
'Użycie
Dim instance As ReportObjectBase
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)

Implementacje

IContainedObject.Parent