共用方式為


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

實作

IDefinitionPath.ParentDefinitionPath

請參閱

參考

ReportSection 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間