Skip to Content
0
Former Member
Mar 26, 2009 at 08:52 AM

unvisible Data on the report

24 Views

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