CacheAllData Option

Stimulsoft Reports.PHP discussion
Post Reply
jcurcio
Posts: 1
Joined: Tue Apr 25, 2017 9:35 pm

CacheAllData Option

Post by jcurcio »

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
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: CacheAllData Option

Post by Alex K. »

Hello,

Please check this option for the report.

Thank you.
Attachments
Capture.PNG
Capture.PNG (51.11 KiB) Viewed 2945 times
Post Reply