I've got a front-end application that pulls a report on top of SQL lives "Report Setup System" software that pulls the specific SSRS template/parameters that pass them to SQL procedure.
the report path specifies a given SSRS file, and no parameters are being passed to this file.
When I open the SSRS file it requires 4 parameters which it then passes to 3 sub/nested reports. The SQL behind the SSRS report file requires 4 parameters and doesn't allow the use of default data. however, i can't locate where these are being set in SSRS/Visual studio.
The parameters set up in the main report doesn't have any default data - these are hidden (they don't appear on the report), available values are None, default values are "no default value", and under advanced "automatically determine when to refresh" where are these being set?? Please advise where to look.