Crystal Report未在运行时显示 [英] Crystal Report is not showing in run time

查看:71
本文介绍了Crystal Report未在运行时显示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我添加会话状态时,水晶报告没有显示



当我从web配置中删除会话状态然后是水晶报告显示。你可以解释一下为什么这个发生。



when i am adding session state the crystal report is not showing

and when i remove session state from web config thencrystal report showing.Can you explain me why this happen.

<sessionState mode="InProc" cookieless="true" timeout="60">
</sessionState>

推荐答案

您需要将所有报告存储在一个会话对象中,其中包含一个类似于list< crystal reports =>报告,不要忘记处理并关闭报表查看器和事件(卸载)。
you need to store all your reports in one session object with a single key something like list <crystal reports=""> reports, don't to forget dispose and close the report viewer and the event (unload).


这篇关于Crystal Report未在运行时显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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