ArcGIS Pro 2.8 API Reference Guide
SelectAllElements Method (ReportView)
Example 

ArcGIS.Desktop.Reports Namespace > ReportView Class : SelectAllElements Method
Select all report elements in a report view.
Syntax
public void SelectAllElements()
Public Sub SelectAllElements() 
Example
//Select all elements in the Report Footer.
ReportPageFooter pageFooterSection = report.Elements.OfType<ReportSection>().FirstOrDefault().Elements.OfType<ReportPageFooter>().FirstOrDefault();
pageFooterSection.SelectAllElements();
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ReportView Class
ReportView Members