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 7060011
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T04:18:05+00:00 2026-05-28T04:18:05+00:00

I store rdl’s remotely in a sql server database in binary format. I would

  • 0

I store rdl’s remotely in a sql server database in binary format. I would like to use the report viewer control to display the report.

This seems like a simple concept but I keep finding conflicting tutorials which have several different approaches…none of which I can get to work.

Am I right in thinking that all I need is the report viewer control to get this working? If so, how is it possible to open a remotely stored .rdl file?

I also have a variable which has the rdl content stored in a string…not sure if this helps? So either I can use this string or pull the .rdl from the db…

I am a newbie to .NET so I am not sure how to best approach this…So far I have the following:

ReportViewer r = new ReportViewer();
//pass the rdl to report viewer
r.ProcessingMode = ProcessingMode.Remote;
  • 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-05-28T04:18:05+00:00Added an answer on May 28, 2026 at 4:18 am

    You need to actually set it to Local processing mode not remote.

    I’ve only ever loaded a RDL from a DLL not a database but I would look at the following API as it might have an overload to accept a string or you convert your string to a stream.

    reportViewer.LocalReport.LoadReportDifinition
    

    Here is the code I use to load from a DLL (might help to see in context)

    Assembly assembly = Assembly.LoadFrom("MyReports.dll");
    Stream stream = assembly.GetManifestResourceStream("Reports.MyReport.rdlc");
    reportViewer.LocalReport.LoadReportDifinition(stream);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We store documents in an SQL Server 2005 database table with a column format
I store images in binary format in SQLite database (client side) and use QtWebKit
We store all our dates SQL Server 2008 database in UTC time in DateTime
To store only time from DateTime into SQL Server 2005. I am using vs.net
I store all of my T-SQL DDL statements in a Visual Studio database project
I store timestamps on my server using a simple timestamp in SQL. When I
I store datetime values in the database as sql float type (Converted from an
Using SSRS 2008R2 with a SQL Server 2005 database for the Data Source. I
I store post IDs in an array. I would like to loop through the
I store my templates as files, and would like to have the opportunity to

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.