Here's my scenario:
I have a report that has value prompts. They are not on a separate prompt page. They are directly on the report in the header. The end-user has several prompts that they can choose from. They can choose to see an individual employees training record, or an everyone at a specific location or a specific position, etc, etc.
The problem is that when you put prompts directly onto a report, they become interactive and must be run in html in order to choose your options. If a user runs the report in html, chooses his Filters from the value prompts, and then decides to run it in pdf for a printable version, the prompts controls indicating what the report is Filter by will not show up in PDF.
Is there a way to put controls behind controls so that I can put a ParamDisplayValue that only shows up when it is run in PDF without it showing on the interactive HTML version. Or someway to show the end-user on the PDF report what they have chosen to filter the report by?