ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Reports Namespace / Report Class / SelectElement Method
The element to be selected.

In This Topic
    SelectElement Method (Report)
    In This Topic
    Selects the specified element in the report.
    Syntax
    public void SelectElement( 
       Element element
    )
    Public Sub SelectElement( _
       ByVal element As Element _
    ) 

    Parameters

    element
    The element to be selected.
    Exceptions
    ExceptionDescription
    The element must belong to the report.
    The value cannot be null: element
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also