Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 BI Publisher 11.1.7 开发报告。问题是当最终用户下载报告时。文件的名称就像这个“报告名称_布局名称”,名称中存在的空格被替换为 %20,看起来很连贯。
有没有办法指定生成的报告文件的名称
您可以在“标签和格式”的“编辑布局”中更改此设置
我认为这种替换是由您的网络服务器或浏览器完成的。有些浏览器用 %20 替换空格,有些用 + 符号。