IDefinitionPath.ParentDefinitionPath 属性

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

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
ReadOnly Property ParentDefinitionPath As IDefinitionPath
    Get
用法
Dim instance As IDefinitionPath
Dim value As IDefinitionPath

value = instance.ParentDefinitionPath
IDefinitionPath ParentDefinitionPath { get; }
property IDefinitionPath^ ParentDefinitionPath {
    IDefinitionPath^ get ();
}
abstract ParentDefinitionPath : IDefinitionPath
function get ParentDefinitionPath () : IDefinitionPath