ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Reports Namespace / Report Class / SelectElements(IEnumerable<Element>) Method
The set of elements to be selected. If null, then all elements are unselected.

In This Topic
    SelectElements(IEnumerable<Element>) Method
    In This Topic
    Selects the set of elements in the report.
    Syntax
    public void SelectElements( 
       IEnumerable<Element> elements
    )
    Public Sub SelectElements( _
       ByVal elements As IEnumerable(Of Element) _
    ) 

    Parameters

    elements
    The set of elements to be selected. If null, then all elements are unselected.
    Exceptions
    ExceptionDescription
    Elements must belong to the report.
    Remarks
    If a child of a group element is provided in the list of elements to be selected in addition to its parent then the parent is the element selected. In addition if multiple section elements are in the list of elements, then only the first section element specified is selected.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also