Can DataReaders be used for data sources instead of DataSets

Stimulsoft Reports.NET discussion
Post Reply
JPeless
Posts: 2
Joined: Thu Jul 20, 2006 10:40 am
Location: Michigan, USA

Can DataReaders be used for data sources instead of DataSets

Post by JPeless »

I usually prefer to use datasets for many items of data, since they have certain advantages over DataReaders. However, under certain circumstances (very large reports, etc.) speed may be more of an issue than ease of use. For this purpose I have found DataReaders to be superior to datasets.

Is it possible to use DataReaders for the data source for a report? How would one proceed to make this happen?
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Can DataReaders be used for data sources instead of DataSets

Post by Edward »

JPeless wrote:I usually prefer to use datasets for many items of data, since they have certain advantages over DataReaders. However, under certain circumstances (very large reports, etc.) speed may be more of an issue than ease of use. For this purpose I have found DataReaders to be superior to datasets.

Is it possible to use DataReaders for the data source for a report? How would one proceed to make this happen?
We sorry but you can't use DataReader as DataSource.
Thanks!
JPeless
Posts: 2
Joined: Thu Jul 20, 2006 10:40 am
Location: Michigan, USA

Can DataReaders be used for data sources instead of DataSets

Post by JPeless »

Is it something that could possibly be taken into consideration for future enhancement? Or is there architectural underpinnings that would not allow for it?
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Can DataReaders be used for data sources instead of DataSets

Post by Vital »

StimulReport.Net have some restriction for supporting DataReaders. In next version we can't add this functionality.
Thanks.
Post Reply