简体   繁体   中英

How to show data from 3 tables in crystal report using c#

I need to show data on crystal report, my tables are as below

ClientServiceMaster (ServiceNo, ComplainDate, AttainDate, Counter)

ServiceDetail(ServiceNo, Problem, Reason, Action)

ReplacementDetail (ServiceNo, ItemNo, Qty)

Here ClientServiceMaster Data is only once, so I have kept that in Page Header But there would be more then one records for ServiceDetail as well as ReplacementDetail , I want to show each rows of these both tables.

Kindly Help me in which section I need to add these tables and how to write code

Khilen

You should use sub reports . You can use separate queries with datasets with the relevant data.

Here are some samples.. Hope you'll find something...

http://csharp.net-informations.com/crystal-reports/csharp-crystal-reports-subreports.htm http://www.dotnetspider.com/resources/43691-How-create-sub-reports-crystal-report.aspx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM