ado.net and Crystal Reports
Hi everybody!
Is it necessary to create a "Dataset.xsd" to set a DataSet as the report source of a CR report?
Because I set the report source without using a xsd file like this:
myReport.SetDataSource(myDataSet)
CrystalReportViewer.DisplayGroupTree = False
CrystalReportViewer.DisplayToolbar = False
CrystalReportViewer.ReportSource = myReport
But when I'm designing the report I don't know how to set the values of the fields as fields of myDataSet.
Please help me, I need it desperately.
|