public void SelectAllElements()
Public Sub SelectAllElements()
var pageFooterSection = report.Elements.Where(elm => elm is ReportPageFooter).FirstOrDefault() as ReportPageFooter; pageFooterSection.SelectAllElements();
Target Platforms: Windows 10, Windows 8.1
ReportView Class ReportView Members