Partager via


Propriété DataRegionMemberCollection<T>.ParentDefinitionPath

Gets the path to report definition object's parent in the report definition.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ParentDefinitionPath As IDefinitionPath 
    Get
'Utilisation
Dim instance As DataRegionMemberCollection 
Dim value As IDefinitionPath 

value = instance.ParentDefinitionPath
public IDefinitionPath ParentDefinitionPath { get; }
public:
virtual property IDefinitionPath^ ParentDefinitionPath {
    IDefinitionPath^ get () sealed;
}
abstract ParentDefinitionPath : IDefinitionPath 
override ParentDefinitionPath : IDefinitionPath
final function get ParentDefinitionPath () : IDefinitionPath

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.IDefinitionPath
An IDefinitionPath object.

Implémente

IDefinitionPath.ParentDefinitionPath

Voir aussi

Référence

DataRegionMemberCollection<T> Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering