Multiple Datasources

Stimulsoft Reports.NET discussion
Post Reply
remus
Posts: 24
Joined: Wed Aug 30, 2006 7:38 pm
Location: Australia

Multiple Datasources

Post by remus »

Is there a way to retrieve multiple datasources from a stored procedure that returns multiple datasets?
Thanks
Philip
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Multiple Datasources

Post by Edward »

The best way in case if you need to create relation between DataSources from different datasets is setting Report.CacheAllData = true.
You can access this property in the PropertyGrid in the Designer.
After that you can create relations between DataSources from different sources.

Thank you.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Multiple Datasources

Post by Vital »

At this moment you can't do this in report designer. You need use method RegData with ready DataSet.

Thank you.
Post Reply