ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Reports Namespace / ReportView Class / ClearElementSelection Method
Example

In This Topic
    ClearElementSelection Method (ReportView)
    In This Topic
    Clear all report elements in the report view.
    Syntax
    Public Sub ClearElementSelection() 
    public void ClearElementSelection()
    Example
    Clear element selection
    {
      reportView.ClearElementSelection();
    }
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also