I have a report that pulls its data from a stored procedure. I was asked to add a few columns to the report, and after changing the stored procedure the dataset seems to be updated correctly. The new columns are not available in the report, however. I've added columns for the new fields, but those fields aren't available in the dropdown lists. The fields are listed in the dataset properties and the query designer. Is there a way to refresh the outdated schema that the report must be storing somewhere? I'm not using temp tables, if that makes a difference.
↧