请帮助使用查询创建水晶报表 [英] Please help create crystal report using query

查看:92
本文介绍了请帮助使用查询创建水晶报表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想使用查询从两个表中获取报告
在我的桌子上有以下

I want to get the report from two tables using query
In my table has following

TAble1
Billno  Code     Description   Amount  Totamt Tax Nettot 
1        W001    Webhost       3000     5000   50  5050
1        W002    Domain        2000     5000   50  5050

Table 2
ID Billno      Nettot    Paid   Pending
01    1         5000      3000   2000
02    1         5000      1000   1000


所以我想要这样的报告


so i want the report like

Billno:1      
Code        Description     Amount
W001        Webhost         3000
W002        Domain          2000

                        Total     5000
                        Tax         50
                        NetTotal  5050
                        Paid      4000
                        Balance   1050  



请帮助我如何为获取报告提供查询字符串

谢谢



Please help me how to give the query string for get report

Thank you

推荐答案

尝试此链接.


http://www.c-sharpcorner.com/UploadFile/a72401/rdlc -report-generation-using-dataset/ [
Try this link.


http://www.c-sharpcorner.com/UploadFile/a72401/rdlc-report-generation-using-dataset/[^]


使用带有参数字段的Crystal报表

Crystal report Integer参数 [ ^ ]
use crystal report with parameter field

Crystal report Integer parameter[^]


这篇关于请帮助使用查询创建水晶报表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆