Subreport as a popup

  • Hi,

    I am using SSRS 2005.

    I want to disply subreports as a popup when i place the mouse on perticular link and after moving mouse from link report will be close.

    I am trying to use javascript for this.

    using javascript i can open report as a popup bt after clicking on that link

    please check below scrip

    ="javascipt:void(window.open('http://localhost/Reports/Pages/Report.aspx?ItemPath=%2fOperationDashboard%2f"+SWITCH(

    Fields!Details.Value="REPORT1"," REPORT1",

    Fields!Details.Value=" REPORT2"," REPORT2",

    Fields!Details.Value=" REPORT3"," REPORT3",

    Fields!Details.Value=" REPORT4"," REPORT4",

    Fields!Details.Value="REPORT5","REPORT5")+"',

    'newWin','menubar=0,statusbar=0,width=500,height=500'))"

    Regards,

    Swapnil

  • Can any one help me

Viewing 2 posts - 1 through 1 (of 1 total)

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