I'm using a report widget in a web interface to show a certain kind of data. However, if the number of data is more than visible lines of a report, it's ignored. In other words, the data shown is only on one page of the report.
I'm using setData method to register data.
How can I set data to a report widget like when using a collection? I'm looking for a solution without using a collection now.
Thanks in advance.
Takafumi Sakai
Thank you for your reply.
Under a certain circumstance, I can't use a collection to show data from an outside resource. I'm trying to use a report directly setting data as follows.
report1.setData(data);
"data" has more than 100 lines. Then the report shows only 30, which is set as a number of lines shown in one page, and I can't see more pages like when I set the data to a collection.
If you need more, let me know.
Thanks,
Takafumi Sakai
Thank you for your swift solution. I'll try this and if having other issues, I'll get back to you.
Thanks,
Takafumi Sakai