ReportObjectBase.Parent Propiedad
The parent of this report object.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property Parent As IContainedObject
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.RdlObjectModel.IContainedObject
An IContainedObject object.
Implementa
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel