TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
alaa
NA
166
84.8k
printing crystal with Epson printer problem
Apr 29 2015 10:40 AM
hi everybody i have crystal report thats get data from database ehen i setup my printer (EPSON(TM-T10II) i get along space area before and after the report this is my code
CrystalReport1 report1 = new CrystalReport1();
report1.PrintOptions.PaperOrientation = PaperOrientation.Portrait;
// report1.Dispose();
PageMargins margins;
// Get the PageMargins structure and set the
// margins for the report.
margins = report1.PrintOptions.PageMargins;
margins.bottomMargin = 0;
margins.leftMargin = 0;
margins.rightMargin = 0;
margins.topMargin = 0;
// Apply the page margins.
report1.PrintOptions.ApplyPageMargins(margins);
report1.PrintToPrinter(1, false, 0, 0);
and this is aphoto to indicate the problem
http://store1.up-00.com/2015-04/1430318552251.jpg
Reply
Answers (
1
)
Change Row colour in DataGridView.
Combobox not returning null when no item selected