Crystal Reports displays a blank page.

joe_pool_is

Well-known member
Joined
Jan 18, 2004
Messages
451
Location
Texas
Im usingC# in VS2005. I have added a new form (PhoneList.cs) to my project and drop a CrystalReportViewer onto it (crPhoneView).

I walked through the Wizard of getting my data ([LASTNAME], [FIRSTNAME], [PHONE], [DEPT]) from my single table ("EmployeeInfo" on SQL Server), and the Wizard created the RPT file for me (crPhoneList.rpt).

Whenever I run the application and display PhoneList, however, it is empty. I know there is data, so why doesnt anything show?

What might have gone wrong? Since the Wizard created everything, I have no idea where the code is! There never was a part where I entered the SQL query.
 
Back
Top