Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I modified a procedure in SSMS. For simplicity, lets say I was originally returning: CustomerID, JoinDate, and OrderID.

I ran a alter proc statement to return:
CustomerID, JoinDate, OrderID, and CancelDate.
I've tested and validated that the cancel date is being returned after executing the proc.


SSRS
The reports rdl file in Visual Studio uses a shared dataset that references the proc that I've altered. I've refreshed the fields on the shared dataset as well as for the dataset for the RDL. When I execute the report in Visual Studio I get results for the canceldate.

Browser
When the report is run in IE the browser. The 3 original columns return populated. The canceldate however, is left un-populated on all rows.

What I have tried:

I've altered the proc. I've refreshed the shared dataset. I've refreshed the dataset for the rdl.
Posted
Comments
Bryian Tan 3-Feb-17 0:13am    
Possible the browser cache? Have you try to clear the browser cache?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900