I have a crystal report which is getting displayed in PDF format using java.The Crystal report is using CSV file as the datasource.

Now the issue is if the CSV file is getting updated the Crysta report is not getting refreshed thorugh java coding and is always showing the initial data not the updated data.

I am using JRC and ReportClientDocument object for opening the crysatl report from java.