Posted: 4/5/2012
hi
i ahve report title and two other text box that i need to repeat in every page ,how to do that
If your report title is in a textbox in the header, it should repeat on every page automatically. You can put other textboxes in the report header and they will repeat on every page as well. You can also put any of your parameter information in the header as well. You will run into trouble if you want the data in the textboxes to be dynamic. There are limitations as to what you can do because dynamic data is really designed to be in the body of the report. You can put the first record or some other kind of aggregation, but that is about it.
If you don't have a report header, then go to the Report menu at the top of the page and choose add header.
thanks