This post originated from an RSS feed registered with .NET Buzz
by Richard Jonas.
Original Post: Crystal reports and empty report
Feed Title: Richard Jonas
Feed URL: http://feeds.feedburner.com/blogspot/ouNA
Feed Description: Richard Jonas's blog about .NET, web development and agile methodologies.
I've been trying to use Crystal Reports with Visual Studio 2005 and SQL Server 2005 Express. When I dragged the CrystalReportViewer control to a Windows Form and added a very simple report to this form, the report headings were displayed but no data. There were no error messages to explain why this was the case.
Reading around the net lead me to think this was likely to be with something to do with database security or firewall settings. However, after lots of trial and error I found that I...