I have a number of Crystal Reports that I am exporting to text in vb.net.
It exports just fine, but all as one page - there are no page breaks or page headings.
I can change this by changing the
What would work for one would not necessarily work for another. I'd rather not have to code something separate for each report.
Is there a way to pass the Crystal Reports page break to the export text? Or to another format (say, .pdf?)
It exports just fine, but all as one page - there are no page breaks or page headings.
I can change this by changing the
FormatOptions.L inesPerPage = 0
bit to something else, but the reports being exported are all different. What would work for one would not necessarily work for another. I'd rather not have to code something separate for each report.
Is there a way to pass the Crystal Reports page break to the export text? Or to another format (say, .pdf?)
Comment