ASP.NET crystal report

J

Jay Villa

I am using crystal report in asp.net.... when I try to databind I am not
able to see Report source in the bindable properties .... Any ideas ?

-Jay
 
G

Guest

Hi Jay,

Following code snippet shows how to bind data source of CR report

Report.SetDataSource(datatable);

// Or
Report.Database.Tables(0).SetDataSource(datatable_0);
Report.Database.Tables(1).SetDataSource(datatable_1);
....

HTH

Elton Wang
(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top