ArcGIS Pro 2.8 API Reference Guide
SelectElement Method (ReportView)

ArcGIS.Desktop.Reports Namespace > ReportView Class : SelectElement Method
The element to select. Cannot be null.
Set the element selected for the report view.
Syntax
public void SelectElement( 
   Element element
)
Public Sub SelectElement( _
   ByVal element As Element _
) 

Parameters

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

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ReportView Class
ReportView Members