Hello Good Day Is there any way to get the current page in a report? I have logged the current page by accessing the dictionary object : console.log((report.dictionary.report.currentPage )); but I don't know how to get updated value. As I see in the doc there wasn't any event for that. even I have t...
Thanks Andrew We have changed our procedure to render a report. Now we have separates template and origin data. As I read the document I come up with this way : reading data (an object) dataSet.readJson(data); and loading template by this approach: our template is a json report.load(template); and r...
thanks for your response
could you please give me some hints about splitting report into parts.
Is there any document or sample that help me to implement splitting.
Hello In our Project, we are dealing with heavy data recorders, As we see, rendering heavy data toke a very long time. This the way we load data in client-side: var report = new window.Stimulsoft.Report.StiReport(); report.loadDocument(data); my questions are : 1-Is it the best way to load data? 2-I...
Hello thanks for your help. I have changed as you suggested : options.height = "100%"; but the problem remained. when there is no limitation in the parent height it works without any problem, but when we limit the viewer parent height like max-height:100vh the viewer neither scrolled nor focus on fi...
we are using report in react.
"Are you sure that the whole Viewer is shown in the browser window without the scrolling."
no there is not enough room to show the whole viewr.