Reply
Mon 13 Dec, 2010 04:38 pm
The working script below opens a report, Glossary, & uses the paramter named TERM and passes "All Errors". This will then provide me with the All Errors term and its'definition on the Glossary page.
How can write the TERM to return all terms and definitions on the Glossary page?
="javascript:void(window.open("""
+ Globals!ReportServerUrl.ToString
+ "?%2fSSRS_HELP%2fGlossary"
+ "&rs:Command=Render"
+ "&TERM=All Errors"
+ """))"