Crystal Enterprise 10 - 导出报告超时 [英] Crystal Enterprise 10 - export report timeout

查看:64
本文介绍了Crystal Enterprise 10 - 导出报告超时的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我使用以下代码(片段)从RAS生成报告:

Dim reportSource As New ReportClientDocument

Dim reportSource As New ReportClientDocument

Dim rasPrintOutputController As PrintOutputController

Dim rasPrintOutputController As PrintOutputController

Dim rasReportExportFormat As CrReportExportFormatEnum

Dim rasReportExportFormat As CrReportExportFormatEnum

......

reportSource = reportFactory.OpenDocument(....)

reportSource = reportFactory.OpenDocument(....)

  .........

 .........

rasReportExportFormat = CrReportExportFormatEnum.crReportExportFor matPDF

rasReportExportFormat = CrReportExportFormatEnum.crReportExportFormatPDF

rasPrintOutputController = ReportSource.PrintOutputController

rasPrintOutputController = ReportSource.PrintOutputController

x = rasPrintOutputController.Export(rasReportExportFormat,0).ByteArray

x = rasPrintOutputController.Export(rasReportExportFormat, 0).ByteArray

对于长时间运行的报告 - 超过10分钟 - 我在导出方法中收到以下错误:

'请求超时,因为600000毫秒没有来自服务器的回复'

有谁知道如何增加这个时间?

谢谢

Yuriy

 

 

推荐答案

这是您WEB中的默认配置设置服务器和/或RAS服务器。

This is a default configuration settings in your WEB server and/or the RAS server.

Don


这篇关于Crystal Enterprise 10 - 导出报告超时的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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