printing rdlc reports programmatically

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top