Parameters as Collections, how to pass this data

50 views
Skip to first unread message

SasukeProNoob

unread,
Dec 20, 2019, 5:07:53 AM12/20/19
to ReportBro
Hello!!

Pretty nice!! the work done with ReportBro, but im still wondering about de DATA inside. All the Reports designer i have been used works with a string connection with the DataBase, here how it is?? If i have a large kind of data to show in several pages, i have to paginate or send all the data as a parameter, i think this is not a good idea. If i going to by a comercial license i want to know if this going to work. Thanks! Fabián.

Alex Hartmann

unread,
Dec 23, 2019, 9:07:22 AM12/23/19
to ReportBro
Hi,

it is basically up to you how you transfer the data for report generation. You can either send the whole data as an ajax request from the client (as it is done for report preview) or you can fetch the data on the server as you can see in the demo application:

I'd recommend the latter because the data is usually on the server anyway and you avoid sending large requests. You just need to send minimal data (like year parameter in the demo app, or some id etc.) and then query the data in your controller function and pass it to report generation.

Alex
Reply all
Reply to author
Forward
0 new messages