简体   繁体   English

SQL Server Reporting Services(SSRS)事件

[英]SQL Server Reporting Services (SSRS) Events

I'm trying to add some JavaScript functions to a page with SSRS. 我正在尝试向具有SSRS的页面添加一些JavaScript函数。 I'm using jQuery to determine if the document is loaded. 我正在使用jQuery确定文档是否已加载。 The problem I'm having is that SSRS continues to load, but the jQuery load event triggers before SSRS loading. 我遇到的问题是SSRS继续加载,但是jQuery加载事件在SSRS加载之前触发。 Does anyone know any SSRS JavaScript events that would allow me to determine if SSRS has finished loading? 有人知道有任何SSRS JavaScript事件可以让我确定SSRS是否已完成加载吗? Or should I add a jQuery load event to the report element? 还是应该将jQuery load事件添加到report元素?

I found the method I need here: 我在这里找到了我需要的方法:

http://msdn.microsoft.com/en-us/library/dd756413.aspx http://msdn.microsoft.com/en-us/library/dd756413.aspx

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

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