ReportViewer control with ReportExecution2005

Is there any way to use the ReportViewer control with SQL Reporting Services webservice as the remote source

At the moment my application uses reportexecution2005 to create a pdf of the report for the user, however I would like to put the ReportViewer control in the application and display the report in this instead, however I cant find any way to make the reportviewer control use reportexecution2005.render as its source.


Answer this question

ReportViewer control with ReportExecution2005

  • jregent

    The report viewer will use the execution endpoint and url access to render a report when ReportViewer.ProcessingMode = ProcessingMode.Remote. After setting the server url and report path, you can export to PDF using ReportViewer.ServerReport.Render().
  • ReportViewer control with ReportExecution2005