Is it possible to add parameters to the querystring; example URL;
http://server/Reports/tabid/362/EnumType/Report/Default.aspx?ItemPath=/Report%20Project4/Report1&supplierid=2
"supplierid" is a parameter in the report.Now I get an error message; The 'supplierid' parameter is missing a value Alternative solutions for me is passing dynamic parameter values in de Reporting Server Settings from the DNN querystring.The parametername is in my case "supplierid" and the parametervalue is [numericquerystring:supplierid]
Thanx, Edward