ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Reports Namespace / ReportSectionElement Class / GetSelectedElements Method

In This Topic
    GetSelectedElements Method (ReportSectionElement)
    In This Topic
    Returns a collection of selected report elements in the report section.
    Syntax
    public virtual IReadOnlyList<Element> GetSelectedElements()
    Public Overridable Function GetSelectedElements() As IReadOnlyList(Of Element)

    Return Value

    A collection of page report elements.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also