I have a parameterized SSRS report which is deployed to the server. Through the .NET application I have to pass the parameter and launch the report using the URL in an ASPX page. The parameter to the report is the USERID. It is 'Hidden' and 'Allow Null value' is checked. If the user is Admin (determined in .NET code itself), the USERID will be passed as NULL and if user is non-admin, then USERID is passed and the stored proc returns result set accordingly. Please guide how to achieve this?
Here is the link I currently have- https://ServerName/Pages/Report.aspx?ItemPath=%2fMy_Reports%2fMy_ReportName