I have to customize a rdl report based on user who access my page
at sharepoint designer, I call a rdl report (added by sharepoint webpart). When the user open the page, the report should customize based on user login name. Based on that the report parameter value would be different. I wrote a script to find
the right value at pageload but I cannot change the value of report parameter. How can I change the value of parameter? how can I access it?
I have a "Query String URL Filter" linked to report that passes the DefaultValue to the report parameter but I cannot change this value!! (I cannot catch it through its ID in aspx page)