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

In This Topic
    FindElement Method (Report)
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also