cancel
Showing results for 
Search instead for 
Did you mean: 

How to check whether “Save Data With Report” option is enabled in Crystal Report, using Java Code?

Former Member
0 Kudos

I need to check whether “Save Data With Report” option is enabled in Crystal Report, using Java Code

Any advice (sample links) would be much appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

In .NET SDK there is a rpt.HasSavedData(); boolean flag

Try that in Java.

Don

Former Member
0 Kudos

Thanks much Don..I found the alternate method in java

reportClientDocument.getMainReport().getReportOptions().getEnableSaveDataWithReport()

Answers (0)