ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Reports Namespace / ReportSectionElement Class / SelectElements Method
A list of existing report elements.

In This Topic
    SelectElements Method (ReportSectionElement)
    In This Topic
    Set the selected report elements for the report section.
    Syntax
    public virtual void SelectElements( 
       IReadOnlyList<Element> elements
    )
    Public Overridable Sub SelectElements( _
       ByVal elements As IReadOnlyList(Of Element) _
    ) 

    Parameters

    elements
    A list of existing report elements.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also