ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Reports Namespace / ReportsModule Class
Members

In This Topic
    ReportsModule Class
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also