Many of you may question, whether we can launch report builder from command line. While it is in fact possible, it is an unsupported feature in SQL Server 2005. That said, here's how to do it. You just need to specify what report server to connect to, like this:
ReportBuilder.exe /s=http://mybox/reportserver
Other supported URL parameters are also recognized when passed on the command line, like this:
ReportBuilder.exe /s=http://localhost/reportserver "/My Favorite Report"
ReportBuilder.exe /s=http://localhost/reportserver "/model=/Models/Adventure Works"
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment