Hello,
I'd like to have the elements in my report arranged differently, depending on whether the report is run as PDF or HTML.
HTML (chart and crosstab should be horizontal):
(http://i.imgur.com/RxwjuSF.png)
PDF (chart and crosstab should be vertical):
(http://i.imgur.com/fAyLZFj.png)
I have two ideas but I don't know if they work and how to do it
A: Have two report pages and depending, which will be run depending whether the user selects PDF or HTML
B: Have two crosstab on the page but hide one depending whether the user selects PDF or HTML
Create a variable using the ReportOutput() function and use it as a render variable. You could use either option A or B. You might want to consider ensuring that other output formats, such as Excel, are addressed as well.
Thank you, this did work.