标签: c# crystal-reports
Crystal Report中的内置导出和打印按钮在服务器上生成以下错误
“尝试读取或写入受保护的内存。这通常是一个 指示其他内存已损坏“
但它在本地服务器上完美运行
PageLoad() { if(IsPostBack) { CrystalReportViewer1.ReportSource = Session["Report"]; } }