.net - Retrieving cached data from existing Crystal Reports file -
Is there a way to recover the cached data from the previously refreshed report and say, dump it into a file? In fact, I am looking for a dataset which is being used by the report, and by dragging each field on the canvas or exporting the file does not even give me the place where I need it.
I am not specifically for any particular solution, it is also within NIT, vbscripting or the program ... I am not very familiar with crystal report object model nor .NET, But it seems like with a setting like "EnableSaveDataWithReport", there should be a simpler way.
Oh, and I am on CR11 Pro
There is a setting in the File menu In the option 'Save data with report' and if you export that data, you will receive the report formatted data (i.e., some fields; formula results, etc.) but it will only be in the report object if you use that data What do you remember when you export? It seems that you should look at all this until you have 'drill down' and 'suppression' on certain areas.
Comments
Post a Comment