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

  • Home
  • SEARCH
  • 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 252511
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T21:41:03+00:00 2026-05-11T21:41:03+00:00

I have a requirement to use business objects to call strongly typed table adapters

  • 0

I have a requirement to use business objects to call strongly typed table adapters in a three tier model. I also have a requirement to use Telerik reporting, which I didn’t see any examples of online. I just see simple examples of creating a simple select to Northwind and connecting the report directly to that. I am using 2008 Q3 of Telerik reporting and my designer doesn’t even look the same as the videos I’ve seen. I have two business objects: boReportHeader and boReportLines and they each have 4 methods that will be passed parameters from the Ui and need to fill the report header and detail section. I spent some time trying to use these from Telerik reporting from both the designer and code-behind and I haven’t been successful. I was assuming this would be as straight forward as the RadGrid, but it doesn’t appear to be. Anyone have experience with using multiple business object data sources with parameters as a datasource for Telerik Reporting? The main requirement for this project is to generate a PDF file that will be stored in the database as a BLOB file. If this is not possible with Telerik Reporting, does anyone have another tool to suggest other than Telerik Reporting?

  • 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-11T21:41:03+00:00Added an answer on May 11, 2026 at 9:41 pm

    Yes You can. See the code below.

    namespace TelerikReporting {
    using System;
    using System.ComponentModel;
    using System.Drawing;
    using System.Windows.Forms;
    using Telerik.Reporting;
    using Telerik.Reporting.Drawing;
    
    public partial class Rep2 : Telerik.Reporting.Report {
    
        public static int GetTotal(int male, int female) {
            return (male + female);
        }
        public Rep2() {
    
            InitializeComponent();
    
            // I am initializing my DataClass.
            MyData d = new MyData();
    
            // Adding the DataSource.
            this.DataSource = d.GetCityMFCount();
    
        }
    }
    }
    

    Finally, You call this report in the report Viewer.

        protected void Page_Load(object sender, EventArgs e) {
    
        Rep2 rep = new Rep2();
            ReportViewer1.Report = rep;
    
    
        }
    

    Hope this Helps.

    Liby George

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

Sidebar

Related Questions

I have a requirement to build a Business Rule Engine. I use the SQL
I have a requirement to use date picker in my applicaiton. I have lot
We have a requirement to log IP address information of all users who use
My current requirement is: I have to package my grails app and use teamcity
I have requirement like, suppose I have a 'property' table which has 'ListingKey' field
I have a requirement where I ask user for confirmation and also display messages.
Context : We have business requirement that a value is reported at 3 or
I have a business requirement that when the user clicks a series of checkboxes
I have a requirement and I am not sure if I should use Analysis
I have a business requirement to enforce a check box on a HTML form

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.