crystal report viewer refresh method
-
Hello Experts!! I am displaying crystal report by coding,passing parameters in that. i am displaying report from grid contents when i click on gridview cell then respective record report must display....in this i have problem is when i click first time on grid cell then it display wright record but for second click it shows same previous record........
-
Hello Experts!! I am displaying crystal report by coding,passing parameters in that. i am displaying report from grid contents when i click on gridview cell then respective record report must display....in this i have problem is when i click first time on grid cell then it display wright record but for second click it shows same previous record........
you need to add the following line this is how I do it in C# cryRpt.Refresh(); //to load the most recent updated report from dataset