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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T05:40:57+00:00 2026-06-08T05:40:57+00:00

I have an MS ReportViewer report that is bound to a datasource, that is

  • 0

I have an MS ReportViewer report that is bound to a datasource, that is requesting a property that it shouldnt. I have checked all of the fields on the report and I cant find anywhere its used.

Putting a break point on the property shows its definately being called, but I cant find out from where as its the ReportViewer is making the call.

****Is there a way to find out where this property is being called from?**

Here is what I have checked so far:

enter image description here

Stack Trace: shows managed code, checked the disassembly but couldn’t see anything obvious.

enter image description here

Call hierarchy shows all the places that property is called from – none of which are on the report.

Update:

Tried n8wrl’s suggestion of throwing an exception, but the stack is still on unmanaged code.

enter image description here

Update 2

I have also tried adding Xml and Script ignore tags in case the object as being serialized somewhere but that didn’t work (unless they are not the correct tags to ignore serialization?)

  • 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-08T05:40:58+00:00Added an answer on June 8, 2026 at 5:40 am

    Ok, I have come up with a solution. I assumed this had something to do with serialization so I passed the datasource in to a System.Web.Script.Serialization.JavaScriptSerializer.

    When serializing the object I found all of the properties that were causing the code to bomb out. I added [ScriptIgnore] tags to these properties to stop them begin serialized as they were not used.

    System.Web.Script.Serialization.JavaScriptSerializer serializer = new System.Web.Script.Serialization.JavaScriptSerializer();
    
    serializer.RecursionLimit = int.MaxValue;
    
    object o = serializer.Serialize(base.CurrentOrder);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an Availability Report Viewer control bound to a LinqDataSource: <MyReport:ReportViewer ID=rvAvailabilty runat=server
In Microsoft ReportViewer Web server control I have a report in RDLC that binds
Ok I have a reportviewer that has worked perfectly up untill now, now all
I have a ReportViewer control on my aspx page that renders a nice report
I have created a local report on a datasource that has a field named
How to list all the reports, that I have created in the report server?
I have a reportviewer control to which I feed a SSRS report. The report
I have a web role configured with SSL, which has a ReportViewer control that
I have an SSRS report that's called up by a page with an ASP.Net
I have an RDLC report that I am rendering directly to the Response Stream

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.