This question is locked. New answers and comments are not allowed.
I would like to add an image (stored in DB) to my PDF export. Now I am exporting PDF using:
grdiView1.MasterTableView.ExportToPdf();
I just want to add to this pdf file an image from the database.
I hope somebody can help me with this...
grdiView1.MasterTableView.ExportToPdf();
I just want to add to this pdf file an image from the database.
I hope somebody can help me with this...