本文介绍了水晶报告中的vb.net错误[紧急!!]的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Dim ds As New DataSet
       Dim dt As New DataTable
       Dim cr As New crystalreport2()
       DataGridView3.DataSource = ds
       cr.SetDataSource(dt)
       Form18.CrystalReportViewer1.ReportSource = cr
       Form18.Show()









以上你看我的代码我试图展示我的水晶报告中datagridview中的数据。



没有错误显示但是当我运行它时它什么也没显示。







请帮助



我不使用数据库英雄我只想显示来自我的数据datagridview to crystalreport





above you see my code im trying to show my data in datagridview in the crystal report.

no error shows but when i run it it shows nothing.



please help

im not using a database hero i just want to show data from my datagridview to crystalreport

推荐答案


这篇关于水晶报告中的vb.net错误[紧急!!]的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-27 13:18