ArcGIS Pro 2.9 API Reference Guide
ReportsModule Class
Members 

ArcGIS.Desktop.Reports Namespace : ReportsModule Class
Represents the reports module.
Object Model
ReportsModule ClassReportsModule Class
Syntax
Remarks

Modules are what make the framework system extensible. The framework loads modules and when your module loads, everything in it loads as well, for example, commands, widgets, a custom about panel, and so on.

The ONLY member that you can use is Current. The API reference help displays many more protected members that are inherited from ArcGIS.Desktop.Framework.Contracts.Module but these are not available to the report module. They would only be accessible if you were to create your own custom module.

Inheritance Hierarchy

System.Object
   ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase
      ArcGIS.Desktop.Framework.Contracts.Module
         ArcGIS.Desktop.Reports.ReportsModule

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

ReportsModule Members
ArcGIS.Desktop.Reports Namespace