Open a pop up window(subreport) at action with parameters

  • Hey,

    I have a main report and when i click on a KPI i want to open a sub report.

    The sub report must be openend in a new window(pop up).

    I know i can do this with a piece of code in the go to URL action.

    But i keep getting an error please help what am i missing.

    My code:

    ="void(window.open('http://bi-ont/Reports_ONT/Pages/Report.aspx?ItemPath=%2fBSC+test+1%2fKPI_Extra&rs:Command=Render&rc:Parameters=true&KPI=" & Fields!KPI_NAAM.Value & " ','_blank','width=875, height=400, top=75, left=35, toolbar=1, menubar=1, location=1, status=1, scrollbars=1, resizable=1'))"

    The error i am getting is that the parameter is missing a value when the parameters of the subreport are set hidden.

    Whe i make them visible they stay empty.

    Thanks. Martijn

  • Hey,

    I already found the solution.

    instead of using the report manager services i need to use the report Server services.

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

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