vote up 0 vote down star

Hi,

I am trying to print a RDLC report to a dot matrix printer using Generic/Text only printer driver in windows xp. But the problem is that, I am not getting the proper output as I am able to see in the preview of the report. In the print preview the report the output is perfect. But when I print to the printer, some of the fields are shrinked and not displayed completely. When I increase the width of the column in the table, its printing only some columns as it does not fit. So I hope someone can help me to sort out this issue.

flag

80% accept rate
When you say "Preview", are you referring to the Print Preview of the ReportViewer control? Or just the standard view of the reportViewer control? – Jon Sep 15 at 11:42
I am referring to both. – mrok Sep 15 at 11:54
Have you tried printing to other printers? I have had difficult times getting the print functions to work properly with ReportViewer. The screen rendering is always different than what comes out of the printer. – Jon Sep 15 at 14:31

1 Answer

vote up -2 vote down

Try to redirect printer output to file and look this file in a text editor. As you can see what is actually sent to the printer. This may give some new ideas.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.