共用方式為


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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.IDefinitionPath
An IDefinitionPath object.

請參閱

參考

IDefinitionPath 介面

Microsoft.ReportingServices.OnDemandReportRendering 命名空間