hi i created a demo application to see how crystal reports work in vs.net 2003 but got an error. i created the report using wizard n typed d following code on a form:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim r As CrystalReport1 r.Load() End Sub do i hv 2 use some other method or is there any specific control to view the reports. whats d proper way to get reports working............plz help.
