ArcGIS Pro 2.8 API Reference Guide
SelectElement Method (Report)

ArcGIS.Desktop.Reports Namespace > Report Class : SelectElement Method
The element to be selected.
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 10, Windows 8.1

See Also

Reference

Report Class
Report Members