When adding a new Dataset to a report based off a stored procedure that has parameters (say @MileageLow and @MileageHigh) sometimes those stored procedure parameters are propagated into the actual report parameters.
Is there an option like “Auto Generate Report Parameters” that I can uncheck to prevent BIDS from performing this action?
When adding a new Dataset to a report based off a stored procedure that
Share
The answer is to specify the report parameters during the creation of the DataSet itself.
I was in the habit of just creating it and then going in after and setting the parameters.
SSRS assigns parameters automatically on a best guess basis.