如何在asp.net中生成rdlc报告 [英] How to generate rdlc reports in asp.net

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

问题描述

如何使用带参数的存储过程在asp.net中生成rdlc报告

how to generate rdlc reports in asp.net using stored procedures with parameters

推荐答案

您到目前为止尝试了什么?

1.在没有向导的情况下创建报告.
2.打开一个新的数据集.
3.选择查询类型.将其更改为存储过程.输入存储过程的名称.
4.然后,它将识别您的参数并自动为您创建参数.
5.您要做的就是也给参数提供数据集.

在这里查看:类似的讨论 [解释相同内容的文章-1 [解释相同内容的文章-2 [
What have you tried so far?

1. Create a report without the wizard.
2. Open up a new dataset.
3. Select the query type. Change that to stored procedure. Enter in the name of the stored procedure.
4. It should then recognize your parameters and automatically create the parameters for you.
5. All that you have to do is give the parameters a dataset also.

Look here: Similar discussion[^]

Article explaining the same - 1[^]
Article explaining the same - 2[^]


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

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