简体   繁体   English

在SSRS报告中包括一个外部javascript文件

[英]Include an external javascript file in an SSRS report

I have a number of SSRS reports that will benefit from some simple javascript. 我有一些SSRS报告,这些报告将受益于一些简单的javascript。

I know I can write inline javascript in SSRS, but how can I get the report engine to insert a script tag like 我知道我可以在SSRS中编写内联JavaScript,但是如何获取报表引擎以插入脚本标签,例如

<script type="text/javascript" src="mycode.js" />

I have checked Is it possible to embed javascript into an SSRS Report? 我已检查是否可以将javascript嵌入SSRS报告中? and a few blogs, and I'm sure it is easily done. 和一些博客,我相信这很容易做到。

I expect it will need to be done with VBscript but I don't know where to start. 我希望它将需要使用VBscript完成,但我不知道从哪里开始。 Help appreciated! 帮助赞赏!

I'm sure it is easily done. 我相信这很容易做到。

I was wrong. 我错了。 Not easy. 不容易。 SSRS is not pleasant to extend; SSRS扩展不愉快; if you need an interactive report, you should investigate using a different framework 如果您需要交互式报告,则应使用其他框架进行调查

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM