Hi All,
I apologize right now for my ignorance. Web-dev is very new to me. In any case, I am using VS 2008 .asp web forms/ SQL Server 2005/Crystal reports as included with VS 2008. I am only in development/debug mode and I'm running a report that should occupy many pages but only the first page is displayed. It was suggested somewhere on this site that the Toolbar needs to be displayed to allow multi-page navigation. Seemed to make sense... so I enabled that feature on the CrystalReportViewer. When I execute the program (F5 to debug) I get the same result and the toolbar is NOT displayed.
Is this the expected behavior? Do I need to deploy the site to get the desired results? Or is there another setting/config that will get this to work. I'd really prefer to see the correct results in debug mode... deploying a site every time to validate what I've done doesn't seem appealing or logical.
Thanks for any suggestions.
Tom