ArcGIS Pro 2.8 API Reference Guide
UnSelectElement Method (ReportView)

ArcGIS.Desktop.Reports Namespace > ReportView Class : UnSelectElement Method
The selected element to unselect. Cannot be null.
Unselect the element within the report view.
Syntax
public void UnSelectElement( 
   Element element
)
Public Sub UnSelectElement( _
   ByVal element As Element _
) 

Parameters

element
The selected element to unselect. Cannot be null.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ReportView Class
ReportView Members