When exporting a Crystal Reports Basic for Visual Studio 2008 report in Excel, HTML, or PDF/RTF/Word format, you can specify formatting options for the export using an ExcelFormatOptions, HTMLFormatOptions, or PdfRtfWordFormatOptions object, respectively. Each FormatOptions object has 3 properties that can be set: UsePageRange, FirstPageNumber, and LastPageNumber. By default, their values are: UsePageRange = False FirstPageNumber = 1 LastPageNumber = 1 If you want to display all pages of the report, ......