Hi All,
I have a problem embedding JQuery in SSRS.
I have added the below code into the following path : \Reporting Services\ReportManager\Pages\Report.aspx
<script type="text/javascript" src="../AddOn/jquery.min.js"></script>
When I browse to the folder location through the web the report loads this Javascript Library fine. However when I open the report directly through a popup (Window.Open) It fails to load jquery! Any suggestions?
Thanks