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

SelectElement Method (ReportView)
Set the element selected for the report view.
Syntax
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, Windows 10

ArcGIS Pro version: 3 or higher.
See Also