CacheAllData Option
Posted: Tue Apr 25, 2017 9:44 pm
I created a report that displays projects and their assignments (if applicable). I am using a json datasource which calls a url that does all the database handling and data manipulation and returns an array of projects. A project array contains project information and an array of assignments (if there are no assignments then it is an empty array)
When I try to display a project that doesn't have any assignments I get.
Parent Data Source 'projects' and Child Data Source 'projects_assignments' is not located in one DataSet and can't be used in relation 'projects'! You can use property CacheAllData of report to cache this Data Source to one DataSet.
I am unable to find this CacheAllData Option
When I try to display a project that doesn't have any assignments I get.
Parent Data Source 'projects' and Child Data Source 'projects_assignments' is not located in one DataSet and can't be used in relation 'projects'! You can use property CacheAllData of report to cache this Data Source to one DataSet.
I am unable to find this CacheAllData Option