inject javascript

  • Hi Guys,

    I am wondering how you all go about inject JS into a report. I have read http://blogs.infosupport.com/reporting-services-javascript-injection/ and for me its not ideal. I hoped there might be a better way. I am writing the report in VS and have included the JS files in the head and also tried adding them in the <asp:ScriptManager...> tag, like:

    <asp:ScriptManager ID="ScriptManager1" runat="server">

    <Scripts>

    <asp:ScriptReference Path="/scripts/jquery-1.3.2.min.js" />

    <asp:ScriptReference Path="/scripts/jquery.tipsy.js" />

    <asp:ScriptReference Path="/scripts/tooltip.js" />

    </Scripts>

    </asp:ScriptManager>

    So I can see these being referenced into the source of the HTML but, it would seem nothing within the report is rendered by the javascript, however the controls (Next, back Export etc..) pick this up. What am I missing?

    Side note: the reports are RDL's from report builder not RDLC from VS.

    P.S. all I am trying to do is change the tool tip to something a little more exciting from a presentation point of view.

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply