ArcGIS Pro 3.7 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 Function FindElement( _
       ByVal elementName As String _
    ) As Element
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also