An SSRS report has been created .The dataset has been defined on bases of a query.The query is
SELECT Organisation,
SUBSTRING(CONVERT(VARCHAR, dt_dt), 1, 11) AS Expr1,
CNT
FROM v_111_status
Every time I refresh the data in the view and run the ssrs report ,I can not see those changes reflected on the SSRS reports!
When i fire the above query in SSMS , I can see the changes!
Is any of the dataset property has to be checked to get the data?