ArcGIS Pro 2.9 API Reference Guide
ReportProjectItem Class
Members 

ArcGIS.Desktop.Reports Namespace : ReportProjectItem Class
Represents a report project item.
Object Model
ReportProjectItem ClassReport ClassTimeInstant Class
Syntax
public sealed class ReportProjectItem : ArcGIS.Desktop.Internal.Core.ProjectItem, ArcGIS.Desktop.Core.IMetadata, ArcGIS.Desktop.Core.IProjectItem, System.ComponentModel.INotifyPropertyChanged  
Public NotInheritable Class ReportProjectItem 
   Inherits ArcGIS.Desktop.Internal.Core.ProjectItem
   Implements ArcGIS.Desktop.Core.IMetadata, ArcGIS.Desktop.Core.IProjectItem, System.ComponentModel.INotifyPropertyChanged 
Remarks

Each Report in a project is associated with a ReportProjectItem. This item contains numerous read-only metadata properties about the report. Although a report may exist in the project, it may not be loaded (an open report view). To reference the actual report and ensure it is loaded into memory, you must use the GetReport method.

Inheritance Hierarchy

System.Object
   ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase
      ArcGIS.Desktop.Core.Item
            ArcGIS.Desktop.Reports.ReportProjectItem

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

ReportProjectItem Members
ArcGIS.Desktop.Reports Namespace