以编程方式生成RDLC报告

以编程方式生成RDLC报告

本文介绍了以编程方式生成RDLC报告的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想创建一个RDLC报告并将其映射到网页上的ReportViewer控件。在这里,我的报告没有静态列,总是将它作为一个类库中的数据表进行动态填充。

能否指导我从头开始编程创建RDLC文件。

谢谢,
-nm reddy


谢谢
-nm reddy

Hi,
I would like to create one RDLC report and map it to ReportViewer control on a web page. Here my report does not have static columns, always it populates dynalically as a DataTable from a class library.

Can you please guide me to create RDLC files programatically from scratch.

thank you,
-nm reddy


thank you-nm reddy

推荐答案


这篇关于以编程方式生成RDLC报告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 23:16