Hello,
I have set up a report in the report module.
While working on it in the report module it loads very fast on preview.
However, when using the reportviewer component in perspective it loads so slow.
I have used tag history bindings for loading the data.
We have made a workaround where we pull all the data in the perspective view and send them as params to the reportingviewer component for visualization to make the load speed faster 4 times faster, but this seems weird to me.
We have no performance issues in pulling the data with other components (multiple dynamic graphs, etc), it is just this reportviewer component that loads report so incredibly slow if the datacollection is set up in it.
Is this a bug? Is the component not working in a separate thread? We are not even pulling large amount of data just a few tags from a range of 2 days. The pdf size is less than 1 mb. We have views that pull so much more than this without any issue.