Свойство ReportElement.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 that represents the path to report definition object's parent in the report definition.
Реализует
IDefinitionPath.ParentDefinitionPath
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering