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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T04:49:32+00:00 2026-06-03T04:49:32+00:00

I am using Microsoft Report in My WinForm Application Project.I am some problem with

  • 0

I am using Microsoft Report in My WinForm Application Project.I am some problem with expressions and group and even filters and many thing else.I am looking for a compelete tutorial for Microsoft Report.But I didn’t found any tutorial until now.Can you help me to find a tutorial?

I have found this.Tell me if u know better.Thanks

  • 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-03T04:49:33+00:00Added an answer on June 3, 2026 at 4:49 am

    Creating the Client Report Definition file (RDLC)
    Add a folder called “RDLC”. This will hold our RDLC report.
    enter image description here

    Right click on the RDLC folder, select “Add new item..” and add an “RDLC” name of “Products”. We will use the “Report Wizard” to walk us through the steps of creating the RDLC
    enter image description here

    In the next dialog, give the dataset a name called “ProductDataSet”. Change the data source to “NorthwindReports.DAL” and select “ProductRepository(GetProductsProjected)”.
    The “Data Source” may show up empty. To get it populated, make sure your project is compiled and there is an index.aspx file in the root folder. This may be a bug.

    The fields that are returned from the method are shown on the right. Click next.
    enter image description here

    Drag and drop the ProductName, CategoryName, UnitPrice and Discontinued into the Values container. Note that you can create much more complex grouping using this UI. Click Next.
    enter image description here

    Most of the selections on this screen are grayed out because we did not choose a grouping in the previous screen. Click next.
    enter image description here

    Choose a style for your report. Click next.
    enter image description here

    The report graphic design surface is now visible. Right click on the report and add a page header and page footer.
    enter image description here

    With the report design surface active, drag and drop a TextBox from the tool box to the page header. Drag one more textbox to the page header. We will use the text boxes to add some header text as shown in the next figure.
    enter image description here

    You can change the font size and other properties of the textboxes using the formatting tool bar (marked in red). You can also resize the columns by moving your cursor in between columns and dragging.
    enter image description here

    Adding Expressions

    Add two more text boxes to the page footer. We will use these to add the time the report was generated and page numbers. Right click on the first textbox in the page footer and select “Expression”.
    enter image description here

    Add the following expression for the print date (note the = sign at the left of the expression in the dialog below)
    enter image description here

    “© Northwind Traders ” & Format(Now(),”MM/dd/yyyy hh:mm tt”)
    Right click on the second text box and add the following for the page count.

    Globals.PageNumber & ” of ” & Globals.TotalPages
    Formatting the page footer is complete.

    We are now going to format the “Unit Price” column so it displays the number in currency format. Right click on the [UnitPrice] column (not header) and select “Text Box Properties..”

    enter image description here

    Under “Number”, select “Currency”. Hit OK.

    enter image description here

    Adding a chart

    With the design surface active, go to the toolbox and drag and drop a chart control. You will need to move the product list table down first to make space for the chart contorl. The document can also be resized by dragging on the corner or at the page header/footer separator.

    enter image description here

    In the next dialog, pick the first chart type. This can be changed later if needed. Click OK. The chart gets added to the design surface.

    enter image description here

    Click on the blue bars in the chart (not legend). This will bring up drop locations for dropping the fields. Drag and drop the UnitPrice and CategoryName into the top (y axis) and bottom (x axis) as shown below. This will give us the total unit prices for a given category. That is the best I could come up with as far as what report to render, sorry 🙂 Delete the legend area to get more screen estate.

    enter image description here

    Resize the chart to your liking. Change the header, x axis and y axis text by double clicking on those areas.

    enter image description here

    We made it this far. Let’s impress the client by adding a gradient to the bar graph 🙂 Right click on the blue bar and select “Series properties”.

    enter image description here

    Under “Fill”, add a color and secondary color and select the Gradient style.

    enter image description here

    We are done designing our report. In the next section you will see how to add the report to the report viewer control, bind to the data and make it refresh when the filter criteria are changed.

    For .cs file follow this link :
    Click here

    For sub report follow this link : Click here for sub report details

    For Common rdlc expression follow this link Click here

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

Sidebar

Related Questions

I am trying to put a PSD file on my form using Microsoft report
I have a report document created by Microsoft Reporting but instead of using its
Our users love Microsoft Excel, like many of them. Some of our reports are
I am creating SSRS Report using Microsoft SQL Server Report Builder 3.0. I am
We're considering using the VS 2010 Microsoft Report Viewer in Remote mode. My question
Using the Microsoft.Samples.ReportingServices.ReportViewer, I am showing multiple instances of the same SRS report on
We have a website that's using Microsoft Report Viewer 9 to consume reports from
I building a winform application that records information using khmer unicode font. For my
In a C# based Win forms application I am working on a report using
I have a report which was created using Microsoft Reporting in VS2010. It has

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.