Page 1 of 1

Multiple Datasources

Posted: Wed May 23, 2007 11:50 pm
by remus
Is there a way to retrieve multiple datasources from a stored procedure that returns multiple datasets?
Thanks
Philip

Multiple Datasources

Posted: Thu May 24, 2007 2:46 am
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.

Multiple Datasources

Posted: Thu May 24, 2007 3:57 am
by Vital
At this moment you can't do this in report designer. You need use method RegData with ready DataSet.

Thank you.