ArcGIS Pro 2.9 API Reference Guide
FindReportPanes Method

ArcGIS.Desktop.Core Namespace > ReportFrameworkExtender Class : FindReportPanes Method
Does not need to be specified.
Report
Find the report panes that reference a specific report.
Syntax
public static IEnumerable<IReportPane> FindReportPanes( 
   PaneCollection panes,
   Report report
)
Public Shared Function FindReportPanes( _
   ByVal panes As PaneCollection, _
   Optional ByVal report As Report _
) As IEnumerable(Of IReportPane)

Parameters

panes
Does not need to be specified.
report
Report

Return Value

Pane or all report panes if Report is not specified.
Example
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

ReportFrameworkExtender Class
ReportFrameworkExtender Members