共用方式為


ParentDefinitionPath 屬性

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

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property ParentDefinitionPath As IDefinitionPath
    Get
'用途
Dim instance As ReportElement
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

實作

IDefinitionPath. . :: . .ParentDefinitionPath