Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi.

I have an issue with RDLC to geneate the below report. I have 3 tables. and I want to display the report like the below (group by VendorID). How to do this. Please help me on this. Thanks

tblCompany
tblVendor
tblOrders



ebinroy
ebinroy

0 Points

4 Posts
RDLC Report Grouping issue

1 hour, 38 minutes ago|LINK

Hi.

I have an issue with RDLC to geneate the below report. I have 3 tables. and I want to display the report like the below (group by VendorID,OrderNumber). How to do this. Please help me on this. Thanks

tblCompany
tblVendor
tblOrders

VB
*           [comapany Name]
*           [Comp. Address]
===================================================================

[Vendor Name]                                   [Order Number]
[Vendor Address]                [Order Date]

--------|---------------|---------------|----------|------------------
ITEM    |   UNIT        |   QUANTITY    |   PRICE  |
--------|---------------|---------------|----------|-------------------
Abc1    |   20.50       |   4           |   82.00  |
Abc2    |   10.20       |   5           |   51.00  |
--------|---------------|---------------|----------|-------------------
        |               |       TOTAL   |   132.00 |
--------|---------------|---------------|----------|-------------------
Posted

1 solution

Assign Group on the field where you want to have group by vendorID.
at the bottom of the report U can see Columns groups and Row groups
 
Share this answer
 

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