ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Reports Namespace / ReportView Class / SelectElement Method
The element to select. Cannot be null.

In This Topic
    SelectElement Method (ReportView)
    In This Topic
    Set the element selected for the report view.
    Syntax
    Public Sub SelectElement( _
       ByVal element As Element _
    ) 
    public void SelectElement( 
       Element element
    )

    Parameters

    element
    The element to select. Cannot be null.
    Exceptions
    ExceptionDescription
    The value cannot be null: element
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also