DEV 报表控件

Newbie0617 2015-03-19 02:13:41
XtraReport rpt = Check.Common.CheckComm.CallReportEx.GetReport(packId, reportType, tstOrder, out reportInfo);
DetailBand band = rpt.Bands.GetBandByType(typeof(DetailBand)) as DetailBand;
if (reportType == ReportTestType.testReport)
{
band.Height = 0;
}
rpt.ScriptReferencesString = GetRptRefString();
rpt.CreateDocument();

执行到 rpt.CreateDocument();会报错“无法找到源文件 C:\windows\TEMP\xxxxxx.cs”
...全文
458 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
exception92 2015-03-19
  • 打赏
  • 举报
回复
Newbie0617 2015-03-19
  • 打赏
  • 举报
回复
各位大神帮帮忙,谢谢!

4,816

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 图表区
社区管理员
  • 图表区社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧