ArcGIS Pro 2.8 API Reference Guide
UnSelectElement Method (Report)

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

Parameters

element
The selected element to unselect. Cannot be null.
Exceptions
ExceptionDescription
Value cannot be null: element
The element must belong to the report.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

Report Class
Report Members