I have some reports, originally created using the Crystal Reports for .NET bundled with Visual Studio 2005 and the .NET 2.0 framework. We've recently moved to Visual Studio 2008 and the .NET 3.5 framework.
Reports displayed in the Html Viewer do not paginate properly using the Next Page button on the toolbar. Specifically, going from page 1 to page 2 works, but the "next" button does not go beyond page 2.
It is possible to navigate to a specific page beyond page 2 using the page number input field. At that point, the "next" button takes me back to page 2, and the "previous" button takes me back to page 1.
The "last" and "first" button correctly navigates to the last and first page respectively.
Anyone seen anything like this? Ideas on correcting this problem?