G
Guest
H
I have 1 regular windows form with a datagrid which is populated from an SQL Server with data adapter etc
The 2nd form has a Crystal Report Viewer on it. I've created the report.rpt, set the datasource to the DataSet.xsd in the report with the fields where I want them. However, when I run the app and click the button to open the 2nd form with the report on it, only the labels appear on the report; no data fields
Q. I've already got the data on the first form. Do I need to code another data adapter in the form with the Crystal Report Viewer to get the data? It seems that I should be able to just use the existing Dataset
Thank
I have 1 regular windows form with a datagrid which is populated from an SQL Server with data adapter etc
The 2nd form has a Crystal Report Viewer on it. I've created the report.rpt, set the datasource to the DataSet.xsd in the report with the fields where I want them. However, when I run the app and click the button to open the 2nd form with the report on it, only the labels appear on the report; no data fields
Q. I've already got the data on the first form. Do I need to code another data adapter in the form with the Crystal Report Viewer to get the data? It seems that I should be able to just use the existing Dataset
Thank