Reputation:
In Crystal Report 8.0, how do I make a report show five rows on every page?
Upvotes: 1
Views: 29970
Reputation: 1939
Used to work for me... but not sure if it works with Crystal Reports 8.
To make it show 5 records per page do the following
Enter the following formula: Remainder (RecordNumber, 5) = 0
Click Save and Close and then click OK. If you run the report it should break after each 5 rows.
Upvotes: 10
Reputation: 1
In crystal report To Limit number of rows in the Detail section per page. I followed this steps
1)Open the report in Design View. 2)Right click on the Details section and select Section Expert .
After following this steps in Details section it is showing Two Parts 1)End of section 2)Visible Records.
so how to limit the number of rows.
Upvotes: -1