is it possible to display one record in one page in data report
is it possible to display one record in one page in data report. im getting data from two tables. the main table and details table some times the data in the details page will be more and it will jump on to the next page. and below that the next record will display. is it possible to display the next record in the next page.
Re: is it possible to display one record in one page in data report
Sure. Set the ForcePageBreak property of the Details section to 2 - rptPageBreakAfter.
Re: is it possible to display one record in one page in data report
Moved to Reporting section.