如何在VS2010和ASP.Net中生成报告? [英] How to generate report in VS2010 and ASP.Net?

查看:73
本文介绍了如何在VS2010和ASP.Net中生成报告?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我需要在我的网页之一中生成报告.场景是这样的:
当用户从各种Web控件(如Drop-down)中选择所有给定的选择后,日历需要使用ODP.Net提供程序查询Oracle数据库,而作为回报,我需要将所有数据显示在页面上的Report Viewer控件中.

.net是否可能存在,因为我以前从未经历过这种控制?

Hi
I need to generate Report in one of my web page. The scenario is like this :
When user choose all given selection from various web controls like Drop-down , calendar after that need to query Oracle database using ODP.Net provider and in return I need to show all data into Report viewer control on page.

Is it possible in .net as I have never experienced this kind of control before?

推荐答案

是的,这是可能的.数据库是独立的.您所需要做的就是拥有一个需要显示的数据的数据集,然后可以将该数据集传递给报表


使用C#的具有DataSet和DataTable的水晶报表 [ http://forums.asp.net/t/1389210.aspx/1?how+to+create+crystal+report+using+VB+NET+with+the+database+of+ACCESS [
Yes, it''s possible. The DB is independient. All you need is to have a DataSet with the Data you need to show and then you can pass that dataSet to the Report


Crystal Report with DataSet and DataTable using C#[^]

http://forums.asp.net/t/1389210.aspx/1?how+to+create+crystal+report+using+VB+NET+with+the+database+of+ACCESS[^]


这篇关于如何在VS2010和ASP.Net中生成报告?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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