Override Crystal Page Limits

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

  1. On the Lucity Web server, open the LucityWeb folder (usually C:\inetpub\wwwroot\LucityWeb).
  2. Open the appsettings.config file using Notepad or another text editor.
  3. Between <appsettings> and </appsettings>, enter the following line

    <add key="MAXPDFPAGES" value="10" />

  4. Change the 10 to the desired maximum number of pages.

    Note: The larger the number of pages, the longer it will take to generate a report.

  5. The file, when complete, will look something like this:

    <appSettings>

    <add key="MAXPDFPAGES" value="50" />

    </appSettings>

See Also

Advanced

Linking to Lucity Web

Linking to Lucity Webmap

Customizing the Dashboard Background Image

Disable HTML Reports