Yes VS2003.net had the CR viewer control... if you will describe what you want to accomplish I can paste some vb.net code to call the viewer and pass in variables... I prefer to write my own forms for passing in variables to CR because of the limitations of CR's parameter passing form.
On Jul 27, 11:34 am, anubhav nidaria <[email protected]> wrote: > 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.
