Parent propriété
The parent object.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Property Parent As IContainedObject
Get
Set
'Utilisation
Dim instance As IPropertyStore
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 la propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .IContainedObject
An IContainedObject object.