|
-
October 19th, 2007, 03:59 AM
#1
Printing in C#
Hello,
I have never used the printing functionality in C#. I am having a data grid which is having 3 colums. I want to print one column out of three and some more custom data with this column. I want to print the data in tabular form with some header lines like "Name", "Date" etc.
How do i print in C#.
Thank a lot in advance.
-
October 19th, 2007, 04:18 AM
#2
Re: Printing in C#
If you want print a document you can use crystal report.
-
October 19th, 2007, 04:42 AM
#3
Re: Printing in C#
I am not aware of crystal reports. If u can throw some light on it then it ll be better for me.
Basically my requirement is that If i have 3 array list of data, how can i print it with some header on columnn??
Thanks
-
October 21st, 2007, 07:31 PM
#4
Re: Printing in C#
In crystal report you can directly bind the dataset and create the report from data in that dataset.
You can check this out, hope this can help:
http://www.codeproject.com/cs/databa...portViewer.asp
-
October 21st, 2007, 11:23 PM
#5
Re: Printing in C#
Google it, You can find lot of samples in Datagrid printing
http://www.codeproject.com/cs/miscct...ridPrinter.asp
Regards
Ravi.Battula
Ravi.Battula
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|