Converting .rpt to .pdf file in backgroud code
-
At run time, In crystal viewer, I can export a report as pdf file easily.But I do not want to do it by user. And do not want to use crystal viewer. I would like to make a conversion of a crystal report file to pdf file behind User interface. When a user want to view report, I only want to display the stored data in pdf file.How could I do it in C#? Hopefully, May Thu San
-
At run time, In crystal viewer, I can export a report as pdf file easily.But I do not want to do it by user. And do not want to use crystal viewer. I would like to make a conversion of a crystal report file to pdf file behind User interface. When a user want to view report, I only want to display the stored data in pdf file.How could I do it in C#? Hopefully, May Thu San
hi, Simple dont show the form to the user just export the report pdf file into %temp% folder and show the pdf file to the user. good luck
Where there is a will,there is a way.