I have an SSRS report, based off a stored procedure, it's working fine. What I am looking to do is pass in a separate report level parameter, in addition to the store procedure parameters, which does nothing more that set certain text fields to visible/not visible based on this new parameter, and the like. Problem is, I add the report level parameter, and it seems to expect it to be passed into the stored proc along with the actual stored proc parameters. i want it to be independent of the stored proc.
What do I need to do to accomplish this?