ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Reports Namespace / Report Class / FindElement Method
the element name.

FindElement Method (Report)
Finds the report element by name.
Syntax
public Element FindElement( 
   string elementName
)

Parameters

elementName
the element name.

Return Value

The report element. Null if no element with the name can be found.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.8 or higher.
See Also