View Full Version : Outputting a Report to an RTF File


Don Kemp
02-05-2002, 01:55 PM
I have a report that has a Page Header and Footer and a Detail section with several controls that can grow. One control often overflows to the next page. When I try to output the report as an rtf file, the control that starts to print on one page does not continue on the next page until after controls that are after it appear in the report. This does not occur in the report preview or print, only when the rtf file is printed.

Anybody have a suggestion?

Thanks

[This message has been edited by Don Kemp (edited 02-05-2002).]

Alexandre
02-05-2002, 05:39 PM
2 cents:
The only high-fidelity solution provided by MS to output reports is the snapshot format (kind of 'image', not editable). With RTF you will always be struggling with on thing or another, unless your report is very straightforward.

Alex