ReportViewer: How to get current subreport title in parent report header
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi everybody, consider the following: I have a full report that includes a common header/footer and a number of subreports. The subreports can be enabled or disabled with parameters and all show different data sets. Now I want to display the subreport title (or a parameter or textbox value, for that matter) in the parent report header (since subreport headers are not rendered). I couldn't get this to work. I tried different approaches, including a headline on the subreport set to RepeatWith the table, but it is not repeated. What can I do? It's ok if I have to completely restructure the report. I just don't know how. Thanks in Advance, OregonGhost