5,781,349 members and growing! (88 online)
Email Password   helpLost your password?
Database » SQL Reporting Services » General     Intermediate License: The Code Project Open License (CPOL)

One to Many Reports with VS.NET 2005 (2.0) Report Designer

By Robert R Freeman

A tutorial on how to create a hierarchical (1:m) RDLC report in Visual Studio .NET 2005 (local mode).
C#, VB, Windows, .NET 2.0, .NET, ADO.NET, WinForms, WebForms, Visual Studio, VS2005, Dev

Posted: 20 Oct 2005
Updated: 9 May 2006
Views: 152,733
Bookmarked: 95 times
Announcements
Loading...



Search    
Advanced Search
Sitemap
44 votes for this Article.
Popularity: 6.92 Rating: 4.21 out of 5
3 votes, 6.8%
1
1 vote, 2.3%
2
3 votes, 6.8%
3
7 votes, 15.9%
4
30 votes, 68.2%
5

Introduction

One of the most common types of reports is a master detail report. The following tutorial provides the most straightforward method for creating this type of a report in Visual Studio 2005. We will be using the Access NorthWind database as our data source. If you do not have the NorthWind database, you can download it here.

Note: SQL Server 2005 Reporting Services (.rdl) uses a similar method for creating master detail groupings.

1. Add a new report to the project

  • Right click the project in Solution Explorer.
  • Select Add/New Item.

  • Select Report:

  • Name the report, and click Add.

2. Create the DataSource and TableAdapter for the report

  • Open the Data Sources window.

  • Click the Add New Data Source button (top left).
  • Select Database.
  • Select New Connection...
  • Change the DataSource to Microsoft Access Database File.
  • Select the NorthWind database: C:\Program Files\Microsoft Office\Office\Samples\Northwind.mdb.
  • Test Connection, and click OK when successful.
  • Click Next.
  • Click Next ("Save the connection string to the application configuration file").
  • Choose Views, then check the "Sales by Category" view. Note: When doing this for real, you will need to create a flat view in your data source that provides data with the top level information repeated on each line. This sample view has been created in this manner.

    Example:

    SELECT * FROM Main JOIN Detail ON Main.MainID = Detail.MainID
    "Main Info, Detail1"
    "Main Info, Detail2"
    "Main Info, Detail3"
  • Click Finish. The NorthWindDataSet should now appear in your Data Sources window.

There are three main ways to create a hierarchical report using grouping. This example will use the "Master List Detail Table" method. The other two methods are "Master List Detail List" and "Single Table Master Detail". An alternate method to using groups is to use sub-reports.

3. Add the master list

  • Open your Toolbox.
  • In the Report Items section, drag a list onto your report. (This will be the master list.)

  • Open the Data Sources Window.
  • Drag the CategoryID and CategoryName fields into the list (Master section).
  • Right click the list, and select Properties.
  • Click "Edit Details Group".
  • In the "Group on" section, select the master record's ID field, CategoryID in this case.
  • Optional: In the document map label field, select the master record's description field, CategoryName in this case. This will provide a clickable tree in the report viewer to switch between master records.
  • Optional: Click page break at the end. This will put page breaks between each master record.

4. Add the detail table

  • Drag a table from the Report Items toolbox section into your master list.

  • Right-click the top left corner of the table, and select Properties.
  • Set the DataSet name to the NorthwindDataSet_Sales_by_Category table. Some clarification: the report designer refers to a result set as a "DataSet". This is not the same as a .NET Framework "DataSet". The report designer's "DataSet" more closely relates to a .NET DataTable.
  • Select the Groups tab.
  • Click Details Grouping... Note: In a single table master detail report, you would instead click "Add...".
  • Group on each detail column. In this case: ProductName and ProductSales.

  • Click OK.
  • Click OK.
  • Drop the ProductName field into the Detail (middle) row of the first column in the table.
  • Drop the ProductSales field into the Detail (middle) row of the second column in the table.

  • Optional: Resize the parent list textboxes, bold the table's column headers, and add another textbox label for the ID.
  • Optional: Drag the Product Sales column from the Data Sources into the Detail table's Product Sales Footer row.

    Note: VS automatically inserts the Sum aggregate function which will provide a subtotal of the Products within the Parent category.

  • Optional: Prepend some descriptive text ("Total: " in this case) into the summary Footer record, and format the Detail and Footer values as currency.
    Detail:  = FormatCurrency(Fields!ProductSales.Value)
    Footer:  = "Total: " & FormatCurrency(Sum(Fields!ProductSales.Value))

5. Create the report form

  • Open Form1 from Solution Explorer.
  • Drop a ReportViewer onto the form (from the data section of the Toolbox). A dialog should appear. If this dialog disappears, use the triangle button on the top right border of the ReportViewer to see it again.
  • Select the report from the Choose Report combo.
  • Click Dock in the parent container to fill it to the form. Note: This adds the DataSet, TableAdapter, data source, and adapter code to fill the adapter.

Run the project.

With optional formatting:

Advanced

1. Filter the results (WHERE clause)

  • Right-click the DataSet in Solution Explorer and select View Designer.

  • Right-click the TableAdapter section of the DataTable, and select Configure....

  • Modify the SQL statement to include the WHERE clause. For SQL Server, you would use a named parameter @CategoryId. OLEDB adapters require ? parameters.

  • Click Finish.
  • Add the appropriate controls for your form to provide the parameter value.
  • Move the code to fill the adapter, and refresh the report from the Form Load event to the event that will load the report. For example: "Go" button Click event.
  • Provide the required parameter in the adapter's Fill method.

Conclusion

Please comment on anything that needs further clarification, or with any questions on implementing this. Also, please provide suggestions before rating the article less than a 5.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Robert R Freeman


Sacramento, CA based Senior .Net and SharePoint Solution Architect for Kiefer Consulting
(1-800-794-1928)
B.S. in Mathematics from UCDavis
.NET Wizard - Experts-Exchange
MCSD, MCTS: MOSS 2007 Config

Some of the bigger questions:
1. What is the meaning of my life?
To satisfy the purpose of your creator(s). (Meaning must derive from purpose. Those who create you, give you meaning.)

2. Who is my creator?
Ultimately, God is your creator. God designed and created the universe and everything in it. You and others in your life can also be a part of your creation, overriding or furthering God's purpose.

3. What is God's purpose for me?
To love and be loved by your creator and others and to enjoy the life you've been given.
This can be distinguished two ways.
a. Use your built in common sense (morality/feelings)
b. Use the creator's handbook. Fortunately our creator did not abandon us. He is with us now and even lived and died as one of us. Check out his biography in "The Bible"

Note on free-will vs. predetermination:
God exists outside the constraints of time. He exists at every point in time simultaneously and knew of your birth and every decision you will/have made. But this does not mean God predetermined any of it. Pre and post are time related concepts that do not apply to God. God always has been and always will be. He determines our universe to exist, gives it the parameters of natural law, and allows us to make our own way through it (free-will). Note that these are all present tense, it would be more appropriate to use past, present, and future tense combined. God's purpose is for us to love him and one another. But a prerequisite of love is the free-will to love. So even though God wants us to love him/others, he can not ensure it. He can, however, help us if we allow him to. A miracle is God modifying natural parameters in response to human will.
Occupation: Web Developer
Location: United States United States

Other popular SQL Reporting Services articles:

Article Top
Sign Up to vote for this article
You must Sign In to use this message board.
FAQ FAQ Noise ToleranceSearch Search Messages 
 Layout  Per page   
 Msgs 1 to 25 of 61 (Total in Forum: 61) (Refresh)FirstPrevNext
QuestionRDLC Runtime Creatinon and Groupingmemberjouharmm21:00 29 Oct '08  
GeneralHow to pass data at run time to RDLC reportmemberYousufkhan21:51 12 Sep '08  
QuestionHow to filter out the report data using runtime selected date?memberFranklin Cheung19:00 1 Sep '08  
GeneralDon't want the #Error textmemberd00_ape22:41 30 Sep '07  
GeneralMaster-Detail report with 2nd detail table?memberMG_NYC5:01 12 Sep '07  
Generaltoolbar buttonsmemberdonyang200512:39 23 Aug '07  
Generalmultiple hirerachiesreportmemberhyperspace12312:57 1 Aug '07  
GeneralPrint report without viewermemberMG_NYC11:56 9 Jul '07  
AnswerRe: Print report without viewermemberRobert R Freeman13:33 9 Jul '07  
QuestionPrint Report with data from sql server without previewmembermjohl4:30 27 Jun '07  
AnswerRe: ANSWER FOUND -> Print Report with data from sql server without previewmembermjohl20:49 1 Jul '07  
Newsmastering in vb.net 2005 downloadmemberjay_dubal1:18 19 Jun '07  
QuestionCrash when adding fields to reportmemberclimbsolo5:22 28 May '07  
QuestionDeploying ssrs 2005 .rdlc reports with asp.net website as precompiledmemberbabin_sudipto10:48 16 May '07  
QuestionPDF Export from report viewermembermagicalmanish20:22 10 May '07  
Generalone-to-one relationship for data sourcemembervfuwhite14:57 8 Feb '07  
AnswerRe: one-to-one relationship for data sourcememberRobert R Freeman19:45 10 Feb '07  
GeneralRe: one-to-one relationship for data sourcemembervfuwhite11:55 15 Feb '07  
GeneralPage Number [modified]memberMark Henke11:40 12 Jan '07  
GeneralOne to Many Reports using Class Objectsmemberlarry hoover15:14 11 Jan '07  
QuestionHOw to Write Custom Code in RDLC ,membersoolmaz313:07 25 Oct '06  
GeneralHow to create a rdlc file at runtime and provide it data sourcememberPriya Sheth20:11 30 Jul '06  
AnswerRe: How to create a rdlc file at runtime and provide it data sourcememberRobert R Freeman13:03 31 Jul '06  
GeneralRe: How to create a rdlc file at runtime and provide it data sourcememberPriya Sheth2:14 9 Aug '06  
GeneralRe: How to create a rdlc file at runtime and provide it data sourcememberPAPAYA21:00 23 Feb '08  

General General    News News    Question Question    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

PermaLink | Privacy | Terms of Use
Last Updated: 9 May 2006
Editor: Chris Maunder
Copyright 2005 by Robert R Freeman
Everything else Copyright © CodeProject, 1999-2009
Java | Advertise on the Code Project