B
BillE
Hi,
I need to print a series of reports programmatically from a windows forms
application using vb.net 2008.
I attempted the walthrough "Printing a Local Report without Preview"
(http://msdn.microsoft.com/en-us/library/ms252091.aspx) but was
unsuccessful.
I get the error: "A generic error occurred in GDI+."
I added a call to the Print procedure to the Run procedure, on the line
after Export (report), but I get an error: "A generic error occurred in
GDI+." This error occurs on the PrintPage event handler, on the line: "Dim
PageImage as new metafile(..."
I am admin on this computer.
Does anybody know how to fix this?
Thanks
Bill
I need to print a series of reports programmatically from a windows forms
application using vb.net 2008.
I attempted the walthrough "Printing a Local Report without Preview"
(http://msdn.microsoft.com/en-us/library/ms252091.aspx) but was
unsuccessful.
I get the error: "A generic error occurred in GDI+."
I added a call to the Print procedure to the Run procedure, on the line
after Export (report), but I get an error: "A generic error occurred in
GDI+." This error occurs on the PrintPage event handler, on the line: "Dim
PageImage as new metafile(..."
I am admin on this computer.
Does anybody know how to fix this?
Thanks
Bill