I'm trying to replicate a SSRS report that uses a DbContext for a data source. Each page of the report has a header and footer that contains data that is retrieved and display based on report parameters. I don't see any way to implement columns in the header because I can't place a table in the PageHeaderSection. I would love to hear some suggestions on how best to accomplish what I'm trying to do.