Lucity Web automatically limits the number of pages in each Crystal report to minimize the amount of strain put on the server at one time. Follow these instructions to override the default limit:
How To Override Crystal Page Limits
<add key="MAXPDFPAGES" value="10" />
Note: The larger the number of pages, the longer it will take to generate a report.
<appSettings>
<add key="MAXPDFPAGES" value="50" />
</appSettings>