本文介绍了使用文本框中的参数的Crystal报表并从多个表中检索数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想使用asp.net中的Crystal报表生成一份收据
水晶报告上生成的收据

报告包含以下字段
收据编号,学生证,学生姓名,课程,费用amt,费用存放日期

数据包含在两个表中
一个是
学生记录包含
学生证,学生姓名,地址,班级

其他是费用记录中包含

收件人ID,学生ID,费用amt,费用存放日期

i want to generate a recipt using crystal reports in asp.net
the recipt generate on crystal report

report contains these fields
recipt no, student id, student name, class, fee amt, fee deposite date

the data contains in two tables
one is
student record contains
student id, student name, address, class

and other is fee record contains

recipt id, student id, fee amt, fee deposite date

推荐答案


这篇关于使用文本框中的参数的Crystal报表并从多个表中检索数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-02 05:08