Reporting Services Webservice Rendering

Discussion in 'ASP.NET WebServices' started by pmasters, Nov 28, 2005.

  1. <!--StartFragment -->Ive sucessfully got a a web service to interact with RS and output a report in HTML. As Per the example in the KB.Obviously this isn't so nice to print out. Im trying to get it to output it into PDF format with the following:-

    results = rs.Render("/rpcentrenet/RPCentre Live Reports/Sunderland/Sunderland Active Course Details", "PDF", Nothing, "", _
    Nothing, _
    Nothing, Nothing, Nothing, _
    "Application/pdf", _
    Nothing, Nothing, Nothing)

    But it keeps comming up with the PDF is corrupt. Any Ideas to what is up or has any one successfully rendered the reporting service via a webservice into PDF?Any sample code would be gratefully recieved
     
  2. [​IMG]Found a solution now.
     
  3. Bruce

    Bruce DiscountASP.NET Staff

Share This Page