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

Telerik Windows Form Report Viewer (Print dialog)

1 Answer 390 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Rafael Humberto
Top achievements
Rank 1
Rafael Humberto asked on 11 Jul 2018, 12:01 AM

Helllo All,

I have been working with Telerik Windows Forms.

I already migrated a project from Silverlight Viewer to Windows Forms viewer, the issue that I have is when I print a report the print dialog does not contain an option to shrink oversized reports to letter size.

The option was available on Silverlight.

Is there any configuration to perform the shrink automatically in execution time? We have a lot of reports with different sizes but  we want to avoid modifying all the reports format.

 

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Silviya
Telerik team
answered on 13 Jul 2018, 08:52 AM
Hi Rafael,

This is not a known issue. We perform some tests to print report with larger format and setting Letter format into the Advanced options of the print dialog. It worked as expected on our side though.

To implement some custom printing logic you can handle the PrintBegin event of the WinForms ReportViewer component. Since this event supports cancellation you can disable the default printing logic of the viewer and replace it with your own implementation instead. You can find an example in PrintBegin Example section.

Regards,
Silviya
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Rafael Humberto
Top achievements
Rank 1
Answers by
Silviya
Telerik team
Share this question
or