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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T19:16:39+00:00 2026-05-17T19:16:39+00:00

What are the requirements for a custom data source to be listed in the

  • 0

What are the requirements for a custom data source to be listed in the ‘Data Source’ drop-down list when adding a Dataset to a .rdlc report in Report Viewer 2010?

As can been seen from the screen grab, for some reason it is listing potential sources from a variety of referenced assemblies, but I can’t see an obvious pattern as to why it is selecting these.

alt text

The ‘GeneralDataSet’ makes sense as that is a strongly-typed Dataset class, but I’m pretty sure most of the others are not, yet the design dialog still lists them.

I’m looking to roll my own custom data source and would prefer it to be selectable from this list.

  • 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-17T19:16:40+00:00Added an answer on May 17, 2026 at 7:16 pm

    I think it scans your project file looking for methods that return Lists<> and so on.

    So something like:

    public class Person
    {
        public string name { get; set; }
        public int age { get; set; }
    }
    
    public class GetPeople
    {
       public List<Person> GetPeopleList()
       {
          return null;
       }
    
       public IEnumerable<Person> GetPeopleIEnumerable()
       {
          return null;
       }
    
       public IQueryable<Person> GetPeopleIQueryable()
       {
          return null;
       }
    }
    

    All three show up, so take your pick. (Code is just thrashed out, ignore bad names/practices :))

    But when you use a ReportViewer, you will need to manually set the datasets. Selecting it inside the report from what I have found just basically tells it what data to expect. So add an ObjectDataSource or just set it in the code behind.

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

Sidebar

Related Questions

I have developed some custom DAO-like classes to meet some very specialized requirements for
I'm supporting a multi-tenant system that allows users to define custom forms. The data
Problem Background I'm building a custom WCF Data Service provider using the Alex James
For a requirement i was asked to export information into a custom entity that
Here's my requirement: 1. I want my installable to have a custom license agreement
Requirements: Must be able to use C strings as well as C++ strings Fast
My requirements: Support .NET Compact Framework 2.0 and Windows Mobile 6.0 devices. Only need
Some of the requirements (restrictions) for such a ui framework/toolkit are: No single vendor
Here are the requirements: Must be alphanumeric, 8-10 characters so that it is user
Premise : The requirements for an upcoming project include the fact that no one

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.