Can RegData to DataReader ?

Stimulsoft Reports.NET discussion
Post Reply
fkmfkm
Posts: 181
Joined: Thu Jul 05, 2007 11:26 pm
Location: Kuala Lumpur

Can RegData to DataReader ?

Post 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"
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Can RegData to DataReader ?

Post by Edward »

Sorry, but DataReader can't be used for converting into DataSource of the report with RegData.

Thank you.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Can RegData to DataReader ?

Post by Edward »

Sorry, this feature is not supported.

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

Thank you.
Post Reply