Click here to Skip to main content
15,909,939 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a Crystal Report that I made and add it to my web project in VS. I am using ASP.NET C#. What I have is a report that has the same setup three times and the Database Fields are the same for all three. In the database the user can input data for different departments. The departments all have a different Unit ID but the same User ID. On the report I am trying to show the Unit ID and the data under that Unit ID.

Example:

Sears Computer Company
South Beach, FL
--------------------------------------------------------------------------

Unit ID
1234

Dell Computers
10

HP Computers
11

Unit ID
12345

Dell Computers
20

HP Computers
2

Unit ID
123456

Dell Computers
80

HP Computers
100
--------------------------------------------------------------------------

That is how the report should look. Can this be done? How can I make this happen?
Posted

i think you can try subreports
 
Share this answer
 
Comments
Computer Wiz99 4-Feb-14 15:57pm    
Shuaib wasif khan, Subreports?

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900