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?
Can DataReaders be used for data sources instead of DataSets
Can DataReaders be used for data sources instead of DataSets
We sorry but you can't use DataReader as DataSource.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?
Thanks!
Can DataReaders be used for data sources instead of DataSets
Is it something that could possibly be taken into consideration for future enhancement? Or is there architectural underpinnings that would not allow for it?
Can DataReaders be used for data sources instead of DataSets
StimulReport.Net have some restriction for supporting DataReaders. In next version we can't add this functionality.
Thanks.
Thanks.