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.