英文:
SSRS export save without asking file name
问题
我有一个别人写的SSRS报告,它生成一个数据表,你可以将其导出到文件。我想要它自动保存在我的下载文件夹,不要求文件名。对于除.pdf以外的所有文件格式,它不会要求文件名,只是将其保存在下载文件夹,但是对于.pdf,它会打开此窗口。是什么原因导致.pdf格式出现这种情况?
我检查了Chrome中的“在下载文件之前询问保存位置”,它未被选中,不确定还有什么可能导致这种情况的?
英文:
I have this SSRS report someone wrote that spits out a table of data and you can export to file. I would like to have it save automatically in my downloads folder without asking for file name. For all the file format except for .pdf it doesn't ask for file name and just save it in the download folder but for .pdf it would open this window. What is causing this for only the .pdf format?
I checked the "Ask where to save each file before downloading" and it's unchecked in Chrome not sure what else may be causing this?
答案1
得分: 0
下载文件而不询问文件名是浏览器设置,与SSRS无关。
英文:
To download the file automatically without asking for the file name is a browser setting and unrelated to SSRS.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论