ArcGIS Pro 2.8 API Reference Guide
GetElementsAsFlattenedList Method (Report)

ArcGIS.Desktop.Reports Namespace > Report Class : GetElementsAsFlattenedList Method
Get the collection of ArcGIS.Desktop.Layouts.Element from the report as a flattened list. Nested groups within ArcGIS.Desktop.Layouts.GroupElement are not preserved.
Syntax
public IReadOnlyList<Element> GetElementsAsFlattenedList()
Public Function GetElementsAsFlattenedList() As IReadOnlyList(Of Element)

Return Value

A readonly list of the report elements.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

Report Class
Report Members