I'm using ASP and IIS to display a Crystal report (v10). Everything works ok, but when I try to refresh the report from within the viewer, it does not prompt me for parameters I have designed into the report. (It just shows the report headers).
Does anyone know how to get the report viewer to prompt for the parameters? Does this function not work through a browser?
I saw a few posts that referenced using the "Set session("oRpt").EnableParameterPrompting = true" but I added that into my code but it didn't do anything (Perhaps I had it in the wrong place)
Any help is greatly appreciated! Thanks
Does anyone know how to get the report viewer to prompt for the parameters? Does this function not work through a browser?
I saw a few posts that referenced using the "Set session("oRpt").EnableParameterPrompting = true" but I added that into my code but it didn't do anything (Perhaps I had it in the wrong place)
Any help is greatly appreciated! Thanks