Results 1 to 2 of 2

Thread: [RESOLVED] Crystal Report doesn't display data..

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2007
    Posts
    839

    Resolved [RESOLVED] Crystal Report doesn't display data..

    hi can someone help me why my data doesn't display is crystla report viewer..

    Code:
     ConnectionPrint()
            GetRecords()
    
            ' Fill the DataSet.
            daReport.Fill(dsReport)
    
            ' Make a report and bind the DataSet to it.
            Dim rpt As New CrystalReportv211
            rpt.SetDataSource(dsReport)
    based o the code below the data is already inside the dataset or dsReport
    but when the crystal report load it dosn't display the data..

    Please see attached picture
    Attached Images Attached Images  
    Last edited by edgarbenilde; Feb 8th, 2010 at 08:30 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width