ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Reports Namespace / ReportView Class / UnSelectElement Method
The selected element to unselect. Cannot be null.

In This Topic
    UnSelectElement Method (ReportView)
    In This Topic
    Unselect the element within the report view.
    Syntax
    Public Sub UnSelectElement( _
       ByVal element As Element _
    ) 
    public void UnSelectElement( 
       Element element
    )

    Parameters

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

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also