Jump to content
We've recently updated our Privacy Statement, available here ×

when i click on update button using parameter it shows previous report totalpages


Recommended Posts

when i click on update buttong by passing parameter i received previous report total page count.

here is my code :

report.params({'startdate': [startdate], 'enddate': [enddate]}).run(function (html) {
                console.log(html);
                alert(html.totalPages);
            });

i need current report total page count.

i also used

report.params({'startdate': [startdate], 'enddate': [enddate]}).run.then(function (html) {
                console.log(html);
                alert(html.totalPages);
            });

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...