Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the path to report definition object's parent in the report definition.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ParentDefinitionPath As IDefinitionPath
Get
'Usage
Dim instance As TablixCell
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.IDefinitionPath
A IDefinitionPath object that represents the path to report definition object's parent in the report definition.
Implementiert
IDefinitionPath.ParentDefinitionPath
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace