MemberHierarchy<T>.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 MemberHierarchy
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
An IDefinitionPath object.