If i use headers…same details like customer address,no are getting printed for all pages…does’nt change…That suming part is not running for anything(except by selecting particular customer)
If you had been using the classic report designer in NAV, then someone most likely could tell you why your report isn’t printing.
With the new RDLC / Visual Studio 2008 report designer, then there are so many things that can go wrong. And not having a decent debugger in NAV 2009 doesn’t make it easier. But what Amol say about headers is correct. If you have never created a new “document type” report, then you should really start by modifying an existing report. For your setup then the Customer Reminder should be rather easy (nothing is easy with RLDC) to change to your setup. This way you can learn to work with the GETDATA and SETDATA functions you need to print correct information in the headers.