Prerelease 2016.1.8 ResponseAsPdf
Posted: Fri Apr 22, 2016 3:50 pm
The ResponseAsPdf has changed a bit in this version, in the past I was able to add the below in-order to make the pdf be viewed in the browser (and not just download it):
Response.AddHeader("Content-Disposition", "inline; filename=" & """" & _Report.ReportName & ".pdf" & """")
But as of this prerelease I get the below message:
ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION
Is there a way to get around this or have a Stimulsoft option to have it shown inline?
Thanks,
Tony
Response.AddHeader("Content-Disposition", "inline; filename=" & """" & _Report.ReportName & ".pdf" & """")
But as of this prerelease I get the below message:
ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION
Is there a way to get around this or have a Stimulsoft option to have it shown inline?
Thanks,
Tony