ArcGIS Pro 3.7 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 Overridable Sub SelectElements( _
       ByVal elements As IReadOnlyList(Of Element) _
    ) 
    public virtual void SelectElements( 
       IReadOnlyList<Element> elements
    )

    Parameters

    elements
    A list of existing report elements.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also