I have pretty complex report (3 sub-reports in detail section).
The main report had Footer with Page number (no Page header).
The footer is not shown at all.... Visible set to true, Print on First Page, Print On Last Page set to true, No formatting rules.
If i ad the Page Header with Page Counter the Header does print. But footer still not visible.
What can be a problem?
I had attached the screenshot where footer's properties are visible.
PS: Forgot to mention that it's a WinForm report.
Also seems to me the file attachment did not work.
Thanks
George.
The main report had Footer with Page number (no Page header).
The footer is not shown at all.... Visible set to true, Print on First Page, Print On Last Page set to true, No formatting rules.
If i ad the Page Header with Page Counter the Header does print. But footer still not visible.
What can be a problem?
I had attached the screenshot where footer's properties are visible.
PS: Forgot to mention that it's a WinForm report.
Also seems to me the file attachment did not work.
Thanks
George.
4 Answers, 1 is accepted
-1
Hi George,
As we've been on the market for a while, it is highly likely that somebody else has encountered your problem (asked this question), so we highly recommend going through our site search before posting an inquiry. Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
As for your inquriy, here is a quote from the SubReport help article from our documentation: "Page header/footer sections of SubReports are ignored - only the master report can have page sections. In order to have a header/footer that repeats on every page, you can consider using an unbound group (a group without any grouping criteria specified) and set its GroupHeader/FooterSection.PrintOnEveryPage = True."
All the best,
Steve
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
As we've been on the market for a while, it is highly likely that somebody else has encountered your problem (asked this question), so we highly recommend going through our site search before posting an inquiry. Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
As for your inquriy, here is a quote from the SubReport help article from our documentation: "Page header/footer sections of SubReports are ignored - only the master report can have page sections. In order to have a header/footer that repeats on every page, you can consider using an unbound group (a group without any grouping criteria specified) and set its GroupHeader/FooterSection.PrintOnEveryPage = True."
All the best,
Steve
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0

George
Top achievements
Rank 1
answered on 01 Dec 2009, 01:36 PM
Sorry, i am afraid you misunderstood me.
1. The Footer is on the Master Report.
2. I Need a counter that resets to 1 with a new order. I am printing batch of orders and sometimes they have more than one page. I want to see "Page 1, Page2" on the orders that have more than one page. "Page 1" for orders that have just one page. For that i had set PageNumberingStyle to "Reset" in the report properties.
Thanks
PS: I am attaching picture of my report designer.
1. The Footer is on the Master Report.
2. I Need a counter that resets to 1 with a new order. I am printing batch of orders and sometimes they have more than one page. I want to see "Page 1, Page2" on the orders that have more than one page. "Page 1" for orders that have just one page. For that i had set PageNumberingStyle to "Reset" in the report properties.
Thanks
PS: I am attaching picture of my report designer.
0
Hi George,
Thank you for the clarification, however the provided info is still insufficient for us to determine what might be the problem. Since you now mention that you're combining reports into a report book, can you confirm that the PageFooter is shown when the Invoice report is rendered on its own (outside the report book)? If it does, then check how you setup your report book and test whether the same problem is observed with other reports having PageFooter (with or without Textbox with PageNumber).
If still having problems, please open a support ticket, zip and attach a sample project that shows the problem at hand and we would be able to provide more info once we review it.
Regards,
Steve
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Thank you for the clarification, however the provided info is still insufficient for us to determine what might be the problem. Since you now mention that you're combining reports into a report book, can you confirm that the PageFooter is shown when the Invoice report is rendered on its own (outside the report book)? If it does, then check how you setup your report book and test whether the same problem is observed with other reports having PageFooter (with or without Textbox with PageNumber).
If still having problems, please open a support ticket, zip and attach a sample project that shows the problem at hand and we would be able to provide more info once we review it.
Regards,
Steve
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0

George
Top achievements
Rank 1
answered on 02 Dec 2009, 05:30 PM
I had found where problem is. Has nothing to do with Telerik.
The printer can not print anything as low as i wanted it. Meaning that the very bottom area of the page will be blank. The printer just not capable of printing there.
So page settings must have bottom footer set to at least 0.3 inch. ( I had it at 0.1 inch)
Otherwise the footer can not be printed by the printer.
Thanks.
The printer can not print anything as low as i wanted it. Meaning that the very bottom area of the page will be blank. The printer just not capable of printing there.
So page settings must have bottom footer set to at least 0.3 inch. ( I had it at 0.1 inch)
Otherwise the footer can not be printed by the printer.
Thanks.