CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: Printing in C#

  1. #1
    Join Date
    Sep 2005
    Posts
    78

    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.

  2. #2
    Join Date
    Jul 2003
    Location
    Bali, Indonesia
    Posts
    103

    Re: Printing in C#

    If you want print a document you can use crystal report.

  3. #3
    Join Date
    Sep 2005
    Posts
    78

    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

  4. #4
    Join Date
    Jul 2003
    Location
    Bali, Indonesia
    Posts
    103

    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

  5. #5
    Join Date
    Nov 2004
    Posts
    105

    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
  •  





Click Here to Expand Forum to Full Width

Featured