N
news.microsoft.com
Hi,
I'm using the folowing code to export a Crystal Report directly to browser:
Response.Clear()
cr.ExportToHttpResponse(ExportFormatType.PortableDocFormat, Response, False, "Filename")
Response.End()
The problem is that (at least with IE7) the pdf appears on the same page and the «back» browser button keeps disabled.
I realy would like the pdf file to be opened in another browser window (or antother tab in IE7) but I don't know how.
Could you help me please?!
Thanks in advance
CC
I'm using the folowing code to export a Crystal Report directly to browser:
Response.Clear()
cr.ExportToHttpResponse(ExportFormatType.PortableDocFormat, Response, False, "Filename")
Response.End()
The problem is that (at least with IE7) the pdf appears on the same page and the «back» browser button keeps disabled.
I realy would like the pdf file to be opened in another browser window (or antother tab in IE7) but I don't know how.
Could you help me please?!
Thanks in advance
CC