本文介绍了在asp.net 3.5中直接显示/打开PDF上的Crystal Report的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在asp.net 3.5 C#中
问题:我不想在Viewer上显示Crystal报表,而是希望直接在PDF上显示Crystal报表,因此用户可以从PDF查看和获取打印输出,而我不想在Crystal Viewer上显示报表.
请任何人帮帮我..?

In asp.net 3.5 C#
Question : Instead of show crystal report on Viewer I want to show crystal report directly on PDF, so user can view & take printout from PDF, I don''t want to show report in Crystal Viewer.
Please any one help me..?

推荐答案


report.ExportToHttpResponse(ExportFormatType.PortableDocFormat, Response, True, "ExportedReport")


这篇关于在asp.net 3.5中直接显示/打开PDF上的Crystal Report的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-30 20:07