ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / ReportFrameworkExtender Class / CloseReportPanes Method
Does not need to be specified.
Report path.

In This Topic
    CloseReportPanes Method
    In This Topic
    Close the report panes that reference the specified report path or all report panes if reportUri is not specified.
    Syntax
    public static void CloseReportPanes( 
       PaneCollection panes,
       string reportUri
    )
    Public Shared Sub CloseReportPanes( _
       ByVal panes As PaneCollection, _
       Optional ByVal reportUri As String _
    ) 

    Parameters

    panes
    Does not need to be specified.
    reportUri
    Report path.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also