The parameters automatically come in from my stored procedure. I did set the default to null and I'm trying to pass parameters through a link.
http://servername/reports/Incident_Report.rpt?prompt0=800,prompt1=0,prompt2=0'
I want to pass the values through the link so that the user is not prompted when viewing the report on the web.
I also tried passing NULL, and also empty quotes, for prompt1 and prompt2 but I get prompted for the second two values every time. It will accept the first parameter that I pass.