标签: asp.net crystal-reports
我需要访问部署在Crystal Report服务器上的Crystal Report。
我想在我的ASP.NET页面上显示此报告。但是,我不想在我的项目中包含报告文件。我需要使用在crystal report server上部署的报告文件。
你能指导我如何做到这一点吗?
答案 0 :(得分:0)
尝试
ReportDocument.Load(<filePath>, OpenReportMethod.OpenReportByTempCopy)