1

I have found some discrepancies while working with Reports in application development. Whatever the data updated in running form are not reflecting immediately in the report, have to close the form and again to debug to see the updates in report.

Please send your valuable suggestions to reflect data instantly in report once it gets updated.

1
  • 1
    Are you talking about dynamically updating the report while the data in the background is updating? Commented Jun 16, 2011 at 13:31

2 Answers 2

3

why don't you simply click the refresh button? you do not need to debug the application to run it once it's productive.

Sign up to request clarification or add additional context in comments.

Comments

0

Try this:

NameOfReportViewer.Refresh();

Should refresh the report Viewer for you, simply attach it to a method or event, what ever you wish. Or simply do as Davide Piras said and hit the refresh button on the report!

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.