In an SSRS 2012 dashboard application, the following statement is used to go to the previous ssrs report page that was viewed:
javascript:history.back(1).
This line of code only works on the report server. This line of code does not work in bids 2012.
Thus due to this statement, I have the following questions:
1. Is there a similar statement that can be used so that the code works in bids 2012? If so, what code could be used?
Would that code reminder the value of parameters that are passed to it?
2. Does the statement " javascript:history.back(1):", 'remember the parameter value that were used? If so, can you explain to
me how the parameter values are remembered? If not, can you show me code that would 'remember' what parameter values that were entered by the user on the web page?