0
votes

I've designed crystal Report to print the label small size and no printer machine especially so when I try Print Crystal Report from inside the crystal Report itself shows very well and I also coordinated but when the program is executed and I print the report when implementation is printed and tilted (change the margins of the report)and not, as you design What problem do you think and how the solution Thank you

3
I ran into this issue when working on an application to print out ID cards for studentarwa mahjub

3 Answers

1
votes

In your crystal report go to the File => Page Setup and then set all margins to 0. Now try it. You can hold Alt-f-g.

1
votes

change your setup margins and change them,it depends on to your printer settings,maybe you need to change it to zero or 0.20 or others.

0
votes

Also, to change the margins programmatically you can use this:

        yourReportObject.PrintOptions.ApplyPageMargins(New CrystalDecisions.Shared.PageMargins(0, 0, 0, 0))