ArcGIS Pro 2.9 API Reference Guide
FindElement Method (Report)

ArcGIS.Desktop.Reports Namespace > Report Class : FindElement Method
the element name.
Finds the report element by name.
Syntax
public Element FindElement( 
   string elementName
)
Public Function FindElement( _
   ByVal elementName As String _
) As Element

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

See Also

Reference

Report Class
Report Members