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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T00:27:42+00:00 2026-06-06T00:27:42+00:00

Background: I’ve been tasked with converting an Access database application to ASP.Net C# MVC.

  • 0

Background:

I’ve been tasked with converting an Access database application to ASP.Net C# MVC. This is my first MVC application.

There are 10 reports that need converting. We’re using RDLC files and reportviewer. I’m using Visual Studio 2010 with all the most recent patches. We’re hooking up to a SQL Server database that’s been populated by the existing Access database, so the table structure is pretty much set in stone, or else we’ll have to try to convert 10 years of data.

I’ve completed all but two of the reports. The final reports require more processing, and don’t just display data from the database. The easiest way to do this would be to create a C# object and do all the processing server-side, then use RDLC to display the results.

Issue

The problem I’m having is that Visual Studio won’t recognize the objects I’ve created as potential datasources. Every time I try to “add dataset” it brings up the “datasource configuration wizard” and only offers the SQL Server database as the possible data connection. I know there’s a screen that exists that allows you to select an object as your dataset, but I never see that screen.

Here are the objects (processing functions removed for clarity):

public class TurnAroundVal
{
    // Registration Package information
    public string dataType { get; set; }

    // Calculated totals; values only set through constructor or calculation function
    public int packageCount { get; private set; }
    public int dayCount { get; set; }
    public double avgTurnAround { get; private set; }
    public int upperRange { get; private set; }
    public int lowerRange { get; private set; }
}

public class TurnAroundVals
{
    // Public Variables
    public IEnumerable<TurnAroundVal> TurnArounds { get; private set; }
    public DatePass dates { get; set; }
    public int pkgTotal { get; private set; }
    public double dayTotal { get; private set; }
    public double avgAllTurnArounds { get; private set; }
}

I also would be willing to use the IEnumerable of “TurnAroundVal” as a datasource, and just pass the dates, int, and doubles in as parameters. Either would work.

Question

Is there a setting in Visual Studio 2010 that I’m missing to allow the RDLC Designer to see the objects I created?
Am I wrong in even thinking this will work with the classes I defined?

Answer

All of the suggestions given were helpful, but ultimately what got it to work for me was to create a temporary non-web project in the same solution and create the RDLC there. When I went to add a dataset, it shows “Objects” as an option. You have to add a reference to your web project so that your objects are visible, but then you can pick the one you want and use that in the RDLC. After that, you can just drag-drop the RDLC file into your web project, delete the temp project, and you’re good to go. Just remember that you have to add the datasources manually in code, and they have to be named the same as you specified in the RDLC.

  • 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-06T00:27:45+00:00Added an answer on June 6, 2026 at 12:27 am
    1. Make sure the classes are in the same namespace as the application.
    2. Try building the application before you create the report
    3. Start the report wizard. Under DataSouce select the name of your web application.
    4. Under Available Datasets you should see what Visual Studio interprets to be your “Select Method”. If all is well, this should be TurnArounds.

    You may need to put the class file in the App_Data or App_Code folder, but I am not certain.

    This might also help.

    http://msdn.microsoft.com/en-us/library/ms251692%28v=vs.100%29.aspx

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

Sidebar

Related Questions

Background: I'm testing a function within an ASP.NET 4.0 (Web Forms not MVC) and
Background I have a Access 2010 database and want to create a pop-up progress
Background : I have a .Net 3.5 WPF Prism-based application running on Windows XP
BACKGROUND: Co-worker Adam has been using Google refine to process database downloads with much
Background: We're building an application that allows our customers to supply data in a
Background The main application where I work is based heavily on the MUMPS-esque Caché
Background I am writing code in VS 2010, .NET 4, C#. Also, in case
Background A lot of work has gone into optimizing database design, especially in the
Background I have a ror application which is continuously recording and showing on a
Background: I have an application with an alternate entry point. It listenes for SMS

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.