I need to generate a report in Crystal Reports in an application in which there is only a stand-alone DataSet (not connected to any type of database). Also, I need to generate a report based on the values in DataTable.
Could you please show me through, I am a newbie. I have a template, but I do not know how to generate a report from a DataTable, nor how to insert in into the templates.
This article is just for you;
Crystal Report with DataSet and DataTable using C#
Binding Our Report to our DataSource
EDIT: Also you should look this;
ADO.NET Datatable as Crystal Report datasource
How do I populate Crystal Reports, using a DataTable?