ResponseAsPdf Auto Show
ResponseAsPdf Auto Show
Hi,
I am using
Stimulsoft.Report.Web.StiReportResponse.ResponseAsPdf(Me, report)
to show my report as PDF document. Each time the file download dialog will show with three buttons 1. Open 2. Save 3. Cancel.
Question: Is it possible to have it Open automatically without the user clicking Open ?
Thank you.
I am using
Stimulsoft.Report.Web.StiReportResponse.ResponseAsPdf(Me, report)
to show my report as PDF document. Each time the file download dialog will show with three buttons 1. Open 2. Save 3. Cancel.
Question: Is it possible to have it Open automatically without the user clicking Open ?
Thank you.
ResponseAsPdf Auto Show
Please try use following code:
Thank you.
Code: Select all
Stimulsoft.Report.Web.StiReportResponse.ResponseAsPdf(Me, report, false)
ResponseAsPdf Auto Show
Vital,
It does open direcly, but my original page is lost !. Can I have it open as a new page ?
It does open direcly, but my original page is lost !. Can I have it open as a new page ?
ResponseAsPdf Auto Show
Situation with Response from the server is the following:
Client sends request to the server and receives an information as pdf file. So if you need to show a result of rendering in other window, please create another page and this page must to do request to the server and receive as a result our pdf file.
Thank you.
Client sends request to the server and receives an information as pdf file. So if you need to show a result of rendering in other window, please create another page and this page must to do request to the server and receive as a result our pdf file.
Thank you.
ResponseAsPdf Auto Show
I am also doing some doc viewing from my ASP.NET pages..
I notice that if I set the content type ie. "Application/msword" its able to open it directly. Instead of the normal dialog box, this dialog comes with a checkbox which allow the user the open it directly the next time.
Can this be done in Stimul report ?
I notice that if I set the content type ie. "Application/msword" its able to open it directly. Instead of the normal dialog box, this dialog comes with a checkbox which allow the user the open it directly the next time.
Can this be done in Stimul report ?
ResponseAsPdf Auto Show
In the latest prerelease version of the Stimulsoft Reports.Net we've corrected content type as following:
Application/rtf for the Rtf
Application/msword for the Microsoft Word
Thank you.
Application/rtf for the Rtf
Application/msword for the Microsoft Word
Thank you.
ResponseAsPdf Auto Show
How bout for PDF ?
ResponseAsPdf Auto Show
Please provide us with more detail about your task.
Thank you.
Thank you.
ResponseAsPdf Auto Show
I mean will you add this also ?
application/pdf ?
So that it can show it automatically ?
PS. Sorry I was away for a few weeks.
application/pdf ?
So that it can show it automatically ?
PS. Sorry I was away for a few weeks.
ResponseAsPdf Auto Show
We have changed our code only for export to RTF and Word 2007. Other exports already have correct behavior.
Thank you.
Thank you.