Is there a way to retrieve multiple datasources from a stored procedure that returns multiple datasets?
Thanks
Philip
Multiple Datasources
Multiple Datasources
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.
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
At this moment you can't do this in report designer. You need use method RegData with ready DataSet.
Thank you.
Thank you.