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

问题描述

我想在运行时生成rdlc报告,在运行时提供rdlc文件和xsd数据集文件。

我上传rdlc文件和xsd数据集文件之后我想用两个文件生成报告点击按钮。但它给出了一个错误......



报告处理过程中出错。

ObjectDataSource的TypeName属性中指定的类型找不到'ObjectDataSource1'。





我做什么,请建议我。



这非常重要。请帮帮我...



提前谢谢。

I want to generate rdlc report at run time providing rdlc file and xsd dataset file at runtime.
I am uploading rdlc file and xsd dataset file after that I want to generate report using both of file on a button click. But it gives an error...

"An error has occurred during report processing.
The type specified in the TypeName property of ObjectDataSource 'ObjectDataSource1' could not be found."


what i do, please suggest me.

This is very important. please help me...

Thanks in advance.

推荐答案


这篇关于Genarate rdlc报告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-21 02:34