Example
Variable Name: vReportFormat
Case
When ?Param? = 'List'
Then 'List'
Else 'Crosstab'
End
In the Render Variable Property of the List select your newly created variable "vReportFormat" and then select only the output value "List" that you created when you made the variable. By selecting only List when the report runs it will evaulate the variable first and then the list will only render if the output value is 'List' - Repeat this variable assignment for the crosstab but of course pick 'Crosstab' as the output value.
There are other variations like creating two report pages and using the render variable on the Page object itself - works the same exact way.
Hope this helps.