cancel
Showing results for 
Search instead for 
Did you mean: 

How to set the downloaded file name

0 Kudos

Hello, I have question for changing the report name.

I was set the file name used by korean and special symbol such as &, _, @.

but It was not working. It seems like filtering to function in Crystalreport java file.

How do I resolve this issue?

-----------------------------------------------------------------------------------------------------

String downFileNm = "한국_제품&사용"

CrystalReportViewer crystalReportViewer = new CrystalReportViewer();

crystalReportViewer.setName(downFileNm);

-----------------------------------------------------------------------------------------------------

crystalReportViewer.getName(); // result -> ""

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

HI Zaid,

Those are reserved characters in CR, most programs use the Shift upper row on keyboard as reserved so avoid using them.

Don

Answers (0)