Page 1 of 1

Is there any way to get the current page ?

Posted: Sun Jul 19, 2020 1:46 pm
by morteza
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 :

Code: Select all

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 tested a custom button and logged the 'currentPage' in its callBack but the value was always 0.

And any way to change the current page programmatically?

Best regards

Re: Is there any way to get the current page ?

Posted: Tue Jul 21, 2020 7:05 am
by Lech Kulikowski
Hello,

What do you mean currentPage? In which moment, event do you need that value?

Thank you.

Re: Is there any way to get the current page ?

Posted: Tue Jul 21, 2020 12:16 pm
by morteza
I need the current page whene ever user changed the report page.

Re: Is there any way to get the current page ?

Posted: Fri Jul 24, 2020 2:08 pm
by Lech Kulikowski
Hello,

We need some additional time to investigate the issue, we will let you know about the result.

Thank you.