ArcGIS Pro 2.9 API Reference Guide
CloseReportPanes Method

ArcGIS.Desktop.Core Namespace > ReportFrameworkExtender Class : CloseReportPanes Method
Does not need to be specified.
Report path.
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.
Example
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

ReportFrameworkExtender Class
ReportFrameworkExtender Members