ASP.Net:学生详细信息报告 [英] ASP.Net: Student Details Report

查看:62
本文介绍了ASP.Net:学生详细信息报告的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我一直在为学生的细节开发一个项目,其中包括他们三年的考试成绩.在此,我需要显示其标记及其通过/失败结果.

我在表中存储了他们的分数/等级详细信息.如何显示给学生的报告,显示他们的通过/未通过详细信息和百分比?

非常感谢您的帮助.

Hi,

I have been developing a project for student details which includes their three years exam marks. In this I need to display their marks and their pass/fail results.

I stored their mark/grade details in a table. How do I display reports to the student showing their pass/fail details and percentages?

Any help is greatly appreciated.

推荐答案

有两种解决方法
1)您可以通过在db中编写一个用户定义函数,然后将其放在动态表中,然后将该表设置为报告文件的源,来为每个学生计算数据.

2)按学生ID提取报告使用组中的所有数据,然后使用公式进行计算.


问候
费萨尔
There are two ways for that
1) you can calculate the data for each student by writing a user define function in db and then put it in a dynamic table and then set the table as the source of your report file.

2)Take all data in report use group by student id and calculate it using formula to calculate.


Regards
Faisal


这篇关于ASP.Net:学生详细信息报告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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