reporting services - Cascading Parameter SSRS Report hangs on Production Server -


i have report in used 2 multivalue parameters affiliate, tfn. both fetch available values using query. affiliate independent while tfn list populated once affiliate selected. report works fine when run in development mode in ssrs. when deploy, gets stuck after select first parameter, affiliate. buttons grayed out , i'll have re-run report. report gets stuck, regardless of tfn result set size.

any highly appreciated.

add scriptmode="release" scriptmanager object on aspx webpage

<asp:scriptmanager id="scriptmanager1" runat="server" scriptmode="release"> </asp:scriptmanager> 

Comments

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -