Posted By: bennykavil |
4/18/2006 7:52:00 AM |
|
|
Sir,
I have designed a report using crystal reports. I tried to view the report using report viewer in VB.net. My problem is how pass a table to Crystal Reports? I used the command as follows
dim repx as new report1 '
repx.setreportsource(datatable1)
but a database login dialog box appears on the screen. At design time how I can put the fields of DATATABLE1 ?
I am using Access database.
Please help me.
|
|