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

First the requirements: By management requirements, I can't use open source code. I need
Can anyone list the requirements (i.e. any books, tutorials, libraries etc) to build an
The requirements: WCF 4.0 IIS host Basic authentication with custom source RESTful There are
I have written a custom request handler in solr to meet my business requirements.
Requirements: free, preferably open-source implemented in one of the .NET managed langs Google found
Requirements : I have a table of several thousand questions. Users can view these
I need to build a custom designed bar chart that displays some simple data.
What is the best practice of introducing custom (typically volatile) data into entity model
I'm developing a custom email client in C#. One of the obvious requirements is
Problem Background I'm building a custom WCF Data Service provider using the Alex James

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.