This is a migrated thread and some comments may be shown as answers.

White Space in Telerik report in WPF

1 Answer 248 Views
Report Designer (standalone)
This is a migrated thread and some comments may be shown as answers.
Abdusalam
Top achievements
Rank 1
Abdusalam asked on 22 May 2014, 10:43 AM
Hi,

I have problem with Telerik report in WPF application, I'm trying to print the receipt report, It works but after printing there's a white space that I can not know from this white space come from!! in design  mode there's no white space but when I print the white space is appear.

Attached two screen shot for the receipt design (one in design mode and the other after print the receipt). I make it colored for more clarity.

Hope anyone can help me to solve this issue, I spend lot of hours to solve it but unfortunately I can't :(

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 27 May 2014, 10:34 AM
Hello Abdusalam,

On your first screenshot - design.png, the orange section is a PageFooter section, which in Print Preview will be always rendered at the bottom of the page defined by the report's PageSettings properties. Please test to change the PageSettings.PaperSize. For more details check the Understanding Pagination help article.

If the data amount is unknown and you need to size the page per it, our recommendation is to analyze the data, and knowing the report layout to set the PageSettings properties of the report instance prior to displayng the report at run-time. You can also use a user function and a binding to the PageSettings.PaperSize property.

I hope this information helps you.

Regards,
Stef
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Report Designer (standalone)
Asked by
Abdusalam
Top achievements
Rank 1
Answers by
Stef
Telerik team
Share this question
or