Exporting Crystal Reports to Excel
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, :) I want to export a report created with Crystal Reports 9 to Excel format with this condition : I want to split the exported file into 5 files. First file for page 1 - 10, second for page 11 - 20, and so on. What i want to know is, how can i set the number of pages exported without user interaction (by clicking export button in crystalreportviewer)? Thanks for the help.