Skip to Content
0
Former Member
Jun 08, 2011 at 06:36 PM

Printing problems VS2010

23 Views

Hello,

I use for first time Crystal Report in VS 2010.

I created a report when view it in Crystal report viewer and then click print button, on bottom there is always a margin.

I also tryed it with :

PageMargins pageMargins = objRpt.PrintOptions.PageMargins;
            pageMargins.leftMargin = 0;
            pageMargins.topMargin = 0;
            pageMargins.rightMargin = 0;
            pageMargins.bottomMargin = 0;

the same result.

For example i tryed printing with word there it works, the margin to bottom is lesser and its ok but when i print from reportviewer i have always this margin.

what can i do how can i solve this problem.

it' s a hp laserjet 4350 printer.

please help i'm going crazy 😊