SUMMARY: I have created a SSRS Report. I want to be able to supply parameters for the report at DEPLOYMENT time rather than just design time or runtime.
DETAILS: I want to create ONE report and deploy it multiple times with the only difference being that I want to change one of the query parameters. I do not want to prompt the user for the value.
Can this be done?
Seth
If you link the additional reports to the parent report you can supply different parameters. This is easier than deploying multiples of the same exact report(.rdl).
MSDN Linked Reports