How to make Details the default view in Reporting Services 2008R2
Hi there
I was wondering if anyone knew how to make 'Details' the default view in 2008R2?
Cheers
Josh
July 17th, 2011 7:08pm
Hi Josh,
If I understand you correctly, you want to display the report items in
Details View on the report manager rather than Tile View, actually, this report manager page has been compiled, you cannot change it, so this behavior is by design, if you really want to achieve this, I would recommend make use of
Web Services to develop your own report manager.
For more information about Report Server Web Service, please see: http://msdn.microsoft.com/en-us/library/ms152787.aspx
If I misunderstand you please feel free to let us know.
Thanks,
Challen Fu
Forum Support
If you have feedback for TechNet Subscriber Support, please contact usPlease remember to mark the replies as answers if they help and unmark them if they provide no help.
Free Windows Admin Tool Kit Click here and download it now
July 18th, 2011 5:55am
Thanks Challen
July 18th, 2011 6:56pm
Dirt simple.
Presumably you have a shortcut to the ReportManager something like:
http://computername:8080/Reports/Pages/Folder.aspx
Tack on a "?ViewMode=Detail" (or a "&ViewMode=Detail" if you have other parms already) operand so it looks like:
http://computername:8080/Reports/Pages/Folder.aspx?ViewMode=Detail
Microsoft will gracefully carry the ViewMode on to succesive pages for you.
Free Windows Admin Tool Kit Click here and download it now
February 9th, 2012 9:49am
Brilliant! Thanks. That's exactly what I want. When configuring multiple reports it is deeply tedious to keep having to click the Show Details button every time. Odd to choose that kind of behaviour by default
Cheers
Bob
October 16th, 2012 4:24am