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.
我知道如何通过查询 urlGET请求方法从 SSRS 报告中传递参数。但我需要链接到只接受POST参数的外部网站。
GET
POST
有没有办法将POSTSSRS 报告中的参数传递给只接受参数的外部站点POST?