Hello, I have created some table definitions by dragging the server data table in Dataset.xsd file. Then, I join these tables by using the visual linking expert in crystal report. However, when I call the report in ASP.net by using the method, error occurs:
...... rptdoc1.SetDataSource(myDS.Tables(0)) CrystalReportViewer1.ReportSource = rptdoc1 ...... (myDS DataSet contains the data for joining some table) It seems that if using Push method in crystal report, it does not support for joining tables by using visual
linking expert in crystal report. Does it right ? However, I would like my .rpt can do both pull method and push method. Thus, I create the .rpt in pull method first by using direct access the database and linking together. Then, for some cases, I change the
datasource by writing dataset in order to write query directly. How can I make one .rpt report for doing both thing ? Thanks for your help David
↧