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
jszym20
NA
20
0
Raport, printing
Aug 30 2004 1:43 AM
Can You tell me how create raport in C# and how printing in C#? Exactly, I want to know how add text to printing. I did: PrintDocument testPrint = new PrintDocument(); PrintDialog dlgPrint = new PrintDialog(); dlgPrint .AllowSomePages = true; dlgPrint .ShowHelp = true; dlgPrint .Document = testPrint; DialogResult result = dlgPrint .ShowDialog(); if (result==DialogResult.OK) { testPrint.Print(); } When I write to file I have some rubbish, but when I print this I have nothing (OK). So I want to know haw add for example text? Please simple.
Reply
Answers (
0
)
Check database schema?
Custom Cursor and Control BorderStyle