Binding report datasource to a dataview

mac4_life

Member
Joined
Jun 21, 2005
Messages
13
Programming Experience
1-3
Hello,

Anyone know why this line of code isn't working:

Report.Database.Tables("data").SetDataSource(DV1)

It shows all the records... not the filtered records. Can I bind a report to a dataview instead of a datatable?
 
Back
Top