ReportElement.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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.IDefinitionPath
A IDefinitionPath object that represents the path to report definition object's parent in the report definition.

实现

IDefinitionPath.ParentDefinitionPath

请参阅

参考

ReportElement 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间