Hi,
I am using a Datagridview in my Windows Form to display some records in the form of Table.
In my Datagridview I have one Image column which shows some Images.
I can see the Images when I do a Print Preview of my Datagridview, but when I Print the Datagridview
instead of Images in the column what I see is a text saying "System.Windows.Bitmap".
I stuck at this point and findinf no solution. Can anybody help me sort out this problem so that
I can display the Images.
and using the DataGridViewPrinter class to achieve Printing, but This class does not support image cells.
Please, Help.