Page 1 of 1

Can RegData to DataReader ?

Posted: Wed Aug 22, 2007 11:26 pm
by fkmfkm
Hi,

My data is a datareader can this be done ?

report.RegData("Account", dr)

But I am getting the error " Specified method is not supported"

Can RegData to DataReader ?

Posted: Thu Aug 23, 2007 1:13 am
by Edward
Sorry, but DataReader can't be used for converting into DataSource of the report with RegData.

Thank you.

Can RegData to DataReader ?

Posted: Thu Aug 23, 2007 4:12 am
by Edward
Sorry, this feature is not supported.

Please copy your data to DataTable and then register it via RegData method.

Thank you.