Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: SSRS report in .NET

    Hi

    Use the following code,it should work

    rptvwr.ProcessingMode = Microsoft.Reporting.WinForms.ProcessingMode.Remote;

    rptvwr.ServerReport.ReportServerUrl = new Uri(REPORTSERVERURL)); ...

Viewing post 1 (of 1 total)