ArcGIS Pro 2.8 API Reference Guide
SelectElements Method (ReportSectionElement)

ArcGIS.Desktop.Reports Namespace > ReportSectionElement Class : SelectElements Method
A list of existing report elements.
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.
Example
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ReportSectionElement Class
ReportSectionElement Members