Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9259091
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T12:34:20+00:00 2026-06-18T12:34:20+00:00

I have a .NET 4.5, Visual studio 2012 winforms project that is supposed to

  • 0

I have a .NET 4.5, Visual studio 2012 winforms project that is supposed to display quite a number of SSRS 2005 remote reports with the visual studio 2012 reportViewer control.

Apparently, to display the remote report with reportViewer in visual studio 2012, the Reporting services report server must be SQL Server 2008 or later. So I’m stuck and wondering if there might be a work around or if its possible to use reportViewer for VS 2008 inside a VS 2012 project.

The am getting is

“Remote report processing requires Microsoft SQL Server 2008 Reporting Services or later“

This is how am setting the report source

private void SetReportParameters()
        {
            //Set Processing Mode
            reportViewer1.ProcessingMode = ProcessingMode.Remote;

            // Set report server and report path
            reportViewer1.ServerReport.ReportServerUrl = new Uri("http://Server/ReportServer");
            reportViewer1.ServerReport.ReportPath = "/MyApplicationReports/ReportName";

            ReportParameterInfoCollection pInfo = default(ReportParameterInfoCollection);
            System.Collections.Generic.List<ReportParameter> paramList = new System.Collections.Generic.List<ReportParameter>();

            paramList.Add(new ReportParameter("EmpID", OriginalEmployeeID.ToString(), false));
            reportViewer1.ServerReport.SetParameters(paramList);
            pInfo = reportViewer1.ServerReport.GetParameters();

            // Process and render the report
            reportViewer1.RefreshReport();

        }

And then

 private void EmployeeLeaveHistory_Load(object sender, EventArgs e)
    {
        SetReportParameters();
        this.reportViewer1.RefreshReport();
    }

OR could there be away for first getting the remote report, convert it to a local report object and display the local report object in the reportviewer?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T12:34:21+00:00Added an answer on June 18, 2026 at 12:34 pm

    I got a solution. I went to project references and removed both Microsoft.ReportViewer.Common.dll and Microsoft.ReportViewer.WinForms.dll for Visual studio 2012.

    I then re-added references to Microsoft.ReportViewer.Common.dll and Microsoft.ReportViewer.WinForms.dll for visual studio 9 (VS 2008) and now reportviewer for VS 2008 is working inside VS 2012.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a project that targets .NET 4.5. In Visual Studio 2012, I can
We have a project written in VB.NET using Visual Studio 2008 that is to
I have a .NET project that I've been compiling with Visual Studio and running
I have a Visual Studio 2012 C# app that uses a WinForms UserControl nested
I am working with Visual Studio 2012 .NET 4.5 ASP.NET MVC 4 project that
I have asp.net web application project in visual studio 2012. When I want to
I have CruiseControl.net running Visual Studio (2005/2008 - using devenv.com) as we need to
I have a program written in VB.Net (Visual Studio 2008) that uses a DLL
Has anyone migrated a VB6 project to .Net with Visual Studio 2010? I have
In Visual Studio 2010 I have an ASP.NET MVC 3 project called blahblah. As

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.