Click here to Skip to main content
15,906,569 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,


I want to print some text e.g(Employee List) as Report Title in middle of the PrintDocument report.

Please if someone has any idea then tell me.


Tnanks.
Posted
Comments
OriginalGriff 26-Sep-11 3:55am    
What have you tried - it doesn't sound like a major problem, but without knowing where you are at the moment, it is difficult to advise you.
Use the "Improve question" widget to edit your question and provide better information.
Dirk C De Winnaar 26-Sep-11 10:58am    
stringFormat.Alignment = StringAlignment.Center;
Dirk C De Winnaar 26-Sep-11 10:59am    
http://msdn.microsoft.com/en-us/library/ms996472.aspx

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900