Public Overridable Sub SelectAllElements()
public virtual void SelectAllElements()
Public Overridable Sub SelectAllElements()
public virtual void SelectAllElements()
{
//Select all elements in the Report Footer.
ReportPageFooter pageFooterSection = report.Elements.OfType<ReportSection>().FirstOrDefault().Elements.OfType<ReportPageFooter>().FirstOrDefault();
pageFooterSection.SelectAllElements();
}
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)