I am trying to display the records from one of the tables created in a database. When I run the application, it loads but I can only see the columns without the records ( record
It s not enough to only Set DataSource to a report, you must pass data to a report :
ds.WriteXml(XmlDataPath)
save your dataset as xml, now you can add your generated xml to a Crystal Report, so open Crystal Report, go to Database> Database expert> Create New Connection> ADO.NET(xml) and choose path to generated xml
next step is putting database fields in report