Groups | Blog | Home
all groups > sql server reporting services > april 2005 >

sql server reporting services : How to get non-html format data to open in a new window


lisa.bogart NO[at]SPAM eds.com
4/6/2005 2:08:52 PM
I am totally new to reporting services and am struggling with how to
accomplish something. I have an aspx page that needs to display the
html format version of a report on the bottom portion of the page and
then provide a drop down list from which the user can select another
format and an export button. When the user clicks a new format (pdf,
csv, etc) and then the export button, I need for the report to pop open
in a new window. I have succeeded in getting the report to come out on
the bottom part of the page but have no idea how to get the other
formats to pop open in a new page. I am coding in vb - can someone
point me in the right direction.
Ramdas
4/6/2005 2:21:03 PM
You could use window.open(URL) method to open in a new window

[quoted text, click to view]
AddThis Social Bookmark Button