views:

28

answers:

0

hi

i wrote a small app in WPF based on the link below , that contacts the SSRS server, sends a report name & parameters and gets a report printed automatically on the client default printer. My clients are very keen on this one click printing idea.

http://blogs.msdn.com/b/bryanke/archive/2004/02/11/71491.aspx

now here is my problem: I want to migrate the aplication to be a part of my larger SL4 application.but:

  1. SL doesn't recognize the drawing directories (which the entire code is based upon)

System.Drawing; System.Drawing.Imaging; System.Drawing.Printing;

2.I had a realy bad experience consuming SSRS service via WCF(because of security errors) so I worked with "Add Web Reference" , same as in the link attached. SL, however, does not support Web references.

Is the any way to overcome these problems?