Hello,
I use CrystalReport in VS2005.
Some of my Users have the Problem to get a blank report.
But the data is on the report, If they search for a text, the correct field is marked.
Dim rpt As New TKursCR 'CrystalReport
Dim crvDruck as New CrystalDecisions.Windows.Forms.CrystalReportViewer
rpt.SetDataSource(Me.dtDaten)
Me.crvDruck.ReportSource = rpt
Edited by: SHäb on Mar 26, 2009 9:52 AM